/* MESIK MAGAL B */

/*Btn's*/
.userLogin .newUser a.registerUser.shopBtn { height: 45px; align-items: center; justify-content: center; display: flex; border-radius: 0; width: 216px; background: transparent; outline: 1px solid #1a1a1a; border: none; color: #000000; font-family: var(--medium); font-size: 1.6rem; max-width: unset; margin-top: 7px; }
.userLogin .newUser a.registerUser.shopBtn:hover, .userLogin .newUser a.registerUser.shopBtn:focus { background: #1a1a1a; color: #fff; }

.shopBtn, .loginFormInput .shopBtn,
.normal-form-submit .shopBtn,
.registerFormWrapper.registerPage.registerThanks .shopBtn,
.shopLayout.wishListPage .noItemsYet .shopBtn { height: 50px; display: flex; justify-content: center; align-items: center; border-radius: 0; background-color: var(--dark); outline: 1px solid var(--dark) !important; font-size: 1.8rem; border: none; }
.loginFormInput .shopBtn:hover, .loginFormInput .shopBtn:focus,
.normal-form-submit .shopBtn:hover, .normal-form-submit .shopBtn:focus,
.registerFormWrapper.registerPage.registerThanks .shopBtn:hover, .registerFormWrapper.registerPage.registerThanks .shopBtn:focus,
.shopLayout.wishListPage .noItemsYet .shopBtn:hover, .shopLayout.wishListPage .noItemsYet .shopBtn:focus { /* outline: 1px solid var(--dark); */ background-color: #fff; border: none; }
.headerShop a.goToCart.shopBtn:hover { background-color: #1a1a1a; }


.forgot-password-modal h2.forgotPassTitle { font-family: var(--medium); }
.forgot-password-modal h2.successLoginTitle { font-size: 2rem; }
.forgot-password-modal form#passwordRecovery .shopBtn.submitRecovery { max-width: unset; margin: 0 auto; }

@media(min-width: 1025px) {
    .shopLayout { max-width: 1170px; margin: 50px auto 130px }
}

/* Wishlist Page */
.shopLayout.wishListPage { max-width: 1310px; }
.shopLayout.wishListPage .userProfile { max-width: 950px; margin: 0 auto; width: 100%; text-align: right; }
.shopLayout.wishListPage .userProfile #headline { align-items: center; max-width: unset; width: auto; display: inline-flex; }
.shopLayout.wishListPage .registerFormWrapper { max-width: 1000px; padding: 0; background: transparent; }
.shopLayout.wishListPage .registerFormWrapper .itemsList { gap: 26px 0; margin: 30px auto 0; display: flex; flex-wrap: wrap; overflow: visible; padding: 0; margin-right: -11px; flex-direction: column-reverse; }
.loggedInUser.profileSideBar a { padding: 14px 55px 22px 20px; }
.loggedInUser.profileSideBar a svg { display: none !important; }
.loggedInUser.profileSideBar a::before { content: ''; position: absolute; right: 20px; top: 20px; width: 20px; height: 18px; z-index: 1; background-repeat: no-repeat; background-position: center; pointer-events: none; background-size: contain; }
.loggedInUser.profileSideBar a.userAccount::before { background-image: url(/warehouse/dynamic/398698.svg); }
.loggedInUser.profileSideBar a[href="/0/UpdatePassword"]::before { background-image: url(/warehouse/dynamic/398700.svg); }
.loggedInUser.profileSideBar a[href="/0/OrdersHistory"]::before { background-image: url(/warehouse/dynamic/398699.svg); }
.loggedInUser.profileSideBar a.userActionWishlist::before { background-image: url(/warehouse/dynamic/398701.svg); }

.shopLayout.wishListPage .registerFormWrapper .itemsList .bundles-wrapper,
.shopLayout.wishListPage .registerFormWrapper .itemsList .items-wrapper { width: 100%; gap: 26px 0; display: flex; flex-wrap: wrap; }
.shopLayout.wishListPage .registerFormWrapper .itemsList .catalogItemBox.catalogItemMainCategory4547 { margin: 0 13px; width: auto; }

.shopLayout.wishListPage .catalogItemBox .item-price .finalPrice { flex-direction: row; }

@media(max-width: 1024px) {
    .shopLayout.wishListPage .userProfile { text-align: center; display: flex; flex-direction: column; align-items: center; }
    .shopLayout.wishListPage .userProfile #headline { width: calc(100% - 20px); padding: 30px 20px; margin: 0; }
    .shopLayout.wishListPage .registerFormWrapper { width: calc(100% - 20px); margin: 0; }
    .shopLayout.wishListPage .registerFormWrapper .itemsList { margin-right: auto; justify-content: center; }

    .shopLayout.wishListPage .catalogItemBox .item-price,
    .shopLayout.wishListPage .catalogItemBox .item-price .finalPrice { flex-direction: row-reverse; }
}

/*Register-Popup*/
@media(min-width: 1025px) {
    .userLogin { display: flex; flex-flow: row wrap; align-items: flex-start; padding: 53px 55px 40px; width: 100%; justify-content: center; }
    .userLogin::after { content: ''; position: absolute; top: 53px; bottom: 40px; width: 1px; background: #232323; }
    .userLogin .existingUser { padding: 0; display: inline-flex; flex-flow: column wrap; width: calc(50% - 110px); margin-right: 0; margin-left: auto; }
    .userLogin .newUser { padding: 0; display: inline-flex; flex-flow: column wrap; width: calc(50% - 180px); align-items: center; text-align: center; margin-left: 55px; }
    .userLogin .existingUser:before { content: none; }
}

.userLogin .closeUserPop { right: 20px; top: 20px; }
.userLogin .closeUserPop button { font-size: 1.4rem; }
.userLogin .subheadline { font-size: 1rem; line-height: 1; font-family: var(--medium); text-align: center; margin-bottom: 24px; }
.userLogin .subheadline h2 { font-size: 2.2rem; display: block; }

form.shop-form .form-control:not([type=checkbox]):not([type=submit]):not([type=button]):not([type=radio]) { border-radius: 0; border: 1px solid #000000; box-shadow: none; padding-right: 10px; font-size: 1.6rem; background: #fff; }
.loginFormInput.RememberMeBtn, .loginFormInput.forgotPass { display: inline-flex; align-items: center; font-size: 1.3rem; }
.normal-form-comment { font-size: 1.2rem; }

@media(max-width: 1024px) {
    .userLogin .newUser a.registerUser.shopBtn { margin: auto; }
}
/*userLogged*/
.headerShopLoginUserLoggedIn .userLogin::after { content: none; }
.loggedInUser { width: 100%; }
.userProfile #headline { height: 120px; }
.userProfile #headline, .registerFormWrapper, .loggedInUser.profileSideBar a { background: var(--beige); position: relative; }
.userProfile #headline h1 { font-size: 4.5rem; font-family: var(--medium); }
.userProfile #headline h1 svg { display: none; }
.loggedInUser.profileSideBar a.userAction.active svg, .loggedInUser.profileSideBar a.userAction.userActionWishlist.active svg * { fill: unset; }
.userProfile #headline, .registerFormWrapper, .cartItemsTable { max-width: 550px; margin-left: auto; margin-bottom: 0; margin-right: 0 !important; }
form#account-form div, form#updatePassword-form div { width: 100%; padding-right: 0; padding-left: 0; margin: 0; }
.formMsgs { position: relative; bottom: unset; transform: unset; left: unset; text-align: center; padding: 0; }
.formMsgs h3 { font-size: 1.8rem; margin: 20px 0 0; }
.formMsgs span.formAlert { position: relative; left: unset; transform: unset; }
form.shop-form .dateBoxWrapper { display: flex; gap: 15px 10px; flex-wrap: wrap; padding: 0 15px 20px; }
form.shop-form .dateBoxWrapper > div { width: calc(33% - 8.5px) !important; }
form.shop-form .dateBoxWrapper label { width: 100%; display: block; float: none; padding-right: 0; }
form.shop-form .dateBoxWrapper label.col-xs-12 { padding: 0 15px; }
/*.registerFormWrapper form.shop-form fieldset > div:last-child.checkBoxWrapper label { font-size: 1rem; }
.registerFormWrapper form.shop-form fieldset > div:last-child.checkBoxWrapper input { width: 11px; height: 11px; }*/
.registerFormWrapper.registerPage .form-submit { width: 215px; }
.userAccountPage .normal-form-submit .shopBtn, .userUpdatePasswordPage .normal-form-submit .shopBtn { margin-right: 0; width: 215px; }
.checkBoxWrapper { display: flex; align-items: center; padding-bottom: 10px; }
.shopLayout.wishListPage .noItemsYet h2 { font-size: 1.8rem; text-align: right; margin-bottom: 25px; margin-top: 20px; }
.has-recipe-item .shopLayout.wishListPage .registerFormWrapper .itemsList { margin-right: 0; flex-direction: row; gap: 26px 0px; justify-content: flex-start; }

.shopLayout { display: flex; flex-direction: row-reverse; align-items: flex-start; }
.shopLayout .loggedInUser.profileSideBar h4 { padding: 50px 20px 20px; }
.shopLayout .loggedInUser.profileSideBar h4 .loginBoxLogout { margin-top: 35px; font-family: 'South_v2-Regular'; font-size: 1.3rem; }
.shopLayout .userProfile { margin: 0; }

.shopLayout.orderHistory .cartWrapper.ordersWrapper { display: flex; flex-direction: column; }
.shopLayout.orderHistory .cartWrapper.ordersWrapper .orders { margin: 0; text-align: right; }
.shopLayout.orderHistory .cartWrapper.ordersWrapper .items h3 { font-size: 1.8rem; }
.shopLayout.orderHistory .userProfile #headline { max-width: unset; width: 100%; margin-bottom: 5px; }
.shopLayout.orderHistory .userProfile .items .orderItem { background: var(--beige); }
.shopLayout.orderHistory .userProfile .items .orderItem .cartItemsCell span { font-size: 1.8rem; }
.shopLayout.orderHistory .userProfile .items .orderItem .cartItemsCell span:first-child { margin-bottom: 5px; }
.shopLayout.orderHistory .userProfile .items .orderItem .order-images { width: 100%; display: flex; gap: 10px; }
.shopLayout.orderHistory .userProfile .items .orderItem .orderItemImg { width: 33.33%; min-width: 150px; min-height: 150px; margin: 0; display: flex; align-items: center; height: 33.33%; justify-content: center; }
.shopLayout.orderHistory .userProfile .items .orderItem .orderItemImg img { position: relative; top: unset; left: unset; transform: unset; max-width: unset; max-height: 120px; }
.shopLayout.orderHistory .userProfile .items .orderItem .order-actions { width: auto; margin-top: 30px; }
.shopLayout.orderHistory .userProfile .items .orderItem .order-actions a.openOrder { width: 200px; border-radius: 0; height: 50px; background: var(--dark); color: #fff; display: flex; align-content: center; justify-content: center; flex-wrap: wrap; font-size: 1.6rem; position: relative; transition: 1s opacity ease; transition-delay: 0.45s; padding: 0; border: unset !important; }
.shopLayout.orderHistory .userProfile .items .orderItem .order-actions a.openOrder::after { content: ''; display: inline-block; background-image: url(/warehouse/dynamic/395467.svg); width: 34px; height: 20px; pointer-events: none; margin-right: 10px; transition: 0.3s all ease; background-size: 100%; background-position: center; background-repeat: no-repeat; }
.shopLayout.orderHistory .userProfile .items .orderItem .order-actions a.openOrder:hover::after { transform: translateX(-10px); }

.shopLayout.orderHistory.singleOrderPage :is(.orderFirstDetails, .order-items, .orderMoreDetails) { background: var(--beige); }
.shopLayout.orderHistory.singleOrderPage .orderFirstDetails .order-details-container { gap: 5px; }
.shopLayout.orderHistory.singleOrderPage .orderFirstDetails .order-details-container strong { font-weight: unset; font-family: var(--medium); }
.shopLayout.orderHistory.singleOrderPage .orderFirstDetails .order-details-container .orderDetail { font-size: 1.8rem; }
.shopLayout.orderHistory.singleOrderPage .order-items .itemsTitles { font-weight: unset; }
.shopLayout.orderHistory.singleOrderPage .order-items .itemsTitles .cartItemsCell { font-family: var(--medium); font-size: 1.8rem; }
.shopLayout.orderHistory.singleOrderPage .order-items .items .item-quantity { outline: unset; }
.shopLayout.orderHistory.singleOrderPage .orderMoreDetails :is( strong, span) { font-size: 1.8rem; font-weight: unset; }
.shopLayout.orderHistory.singleOrderPage .orderMoreDetails strong { font-family: var(--medium); }
.shopLayout.orderHistory.singleOrderPage .orderMoreDetails .orderDetail { margin-top: 5px; }

.shopLayout.cartPage { display: block; }
.shopLayout.cartPage #headline { text-align: right; }

@media(max-width: 1024px) {
    .userProfile #headline { height: auto; padding: 30px 20px 0; }
    .registerFormWrapper { padding: 30px 15px; }
    .shopLayout { margin-bottom: 20px; padding: 0; }
    .shopLayout.orderHistory { display: flex; justify-content: center; }
    .shopLayout.orderHistory .cartWrapper.ordersWrapper { width: 100%; align-items: center; }
    .shopLayout.orderHistory .cartWrapper.ordersWrapper #headline { margin: 0; width: calc(100% - 20px); }
    .shopLayout.orderHistory .cartWrapper.ordersWrapper .cartItemsTable { width: calc(100% - 20px); }

    .shopLayout.wishListPage .registerFormWrapper .itemsList .bundles-wrapper, .shopLayout.wishListPage .registerFormWrapper .itemsList .items-wrapper { justify-content: center; }
    .has-recipe-item .shopLayout.wishListPage .registerFormWrapper .itemsList { justify-content: center; }

    .shopLayout.orderHistory .userProfile .items .orderItem { margin: 0; }
    .shopLayout.orderHistory .userProfile .items .orderItem:has(~ .orderItem) { margin-bottom: 40px; }
    .shopLayout.orderHistory .userProfile .items .orderItem .topOrderItem { display: flex; flex-wrap: wrap; gap: 15px 0; }
    .shopLayout.orderHistory .userProfile .items .orderItem .topOrderItem .cartItemsCell { padding: 0; }
    .shopLayout.orderHistory .userProfile .items .orderItem .topOrderItem .cartItemsCell span:first-child { font-weight: unset; font-family: var(--medium); }
    .shopLayout.orderHistory .userProfile .items .orderItem .bottomOrderItem .order-images { display: flex; flex-wrap: wrap; padding: 0 20px; }
    .shopLayout.orderHistory .userProfile .items .orderItem .bottomOrderItem .order-images .orderItemImg { width: calc(50% - 5px); min-width: unset; }
    .shopLayout.orderHistory .userProfile .items .orderItem .bottomOrderItem .order-actions { margin: 20px 20px 0 0; }
    .shopLayout.orderHistory .userProfile .items .orderItem .order-actions a.openOrder { width: 175px; height: 40px; font-size: 1.5rem; }
    .shopLayout.orderHistory .userProfile .items .orderItem .order-actions a.openOrder::after { width: 24px; height: 15px; }

    .shopLayout.orderHistory.singleOrderPage #headline { display: flex; flex-direction: column; margin: 0; }
    .shopLayout.orderHistory.singleOrderPage #headline > span { margin: 10px 0; }
    .shopLayout.orderHistory.singleOrderPage .orderFirstDetails .order-details-container .orderDetail { font-size: 1.6rem; }
    .shopLayout.orderHistory.singleOrderPage .order-items .subheadline h2 { font-size: 2rem; font-weight: unset; font-family: var(--medium); }
    .shopLayout.orderHistory.singleOrderPage .order-items .itemsTitles .cartItemsCell { font-size: 1.6rem; margin: 0 0 10px; }
    .shopLayout.orderHistory.singleOrderPage .order-items .itemName { max-width: calc(100% - 100px); display: inline-flex; flex-direction: column; align-items: flex-start; }
    .shopLayout.orderHistory.singleOrderPage .cartWrapper.ordersWrapper .cartItemsTable { width: 100%; }
    .shopLayout.orderHistory.singleOrderPage .order-items .itemName span { font-size: 1.6rem; margin: 0; }
    .shopLayout.orderHistory.singleOrderPage .order-items .itemName .item-quantity { background: transparent; max-width: unset; justify-content: flex-start; }
    .shopLayout.orderHistory.singleOrderPage .orderMoreDetails :is( strong, span) { font-size: 1.6rem; }
    .shopLayout.orderHistory.singleOrderPage .orderMoreDetails .subheadline h2 { font-size: 2rem; }
}

/**user small box**/
.headerShopLoginUserLoggedIn { bottom: unset !important; top: 45px; left: -15px; width: 200px; }
.loggedInUser.profileSideBar a.active, .loggedInUser.profileSideBar a:hover { background: var(--green); color: var(--dark); }
.loggedInUser.profileSideBar h4 { font-size: 2.4rem; font-family: var(--medium); background: #f3f1ee; height: auto; min-height: 150px; }
.loggedInUser.profileSideBar h4 span { display: inline-flex; }
.loggedInUser.profileSideBar a.userAction svg { margin-left: 20px; }
.loggedInUser.profileSideBar a span { font-size: 1.6rem; font-weight: normal; }
#header2 .loggedInUser > a svg { display: none !important; }
#header2 .loggedInUser > a::before { content: ''; width: 20px; height: 18px; margin-left: 15px; display: inline-block; background-repeat: no-repeat; background-position: center; pointer-events: none; background-size: contain; }
#header2 .loggedInUser > a.userAccount::before, #header2 .loggedInUser > a.userAccountBtn::before { background-image: url(/warehouse/dynamic/398698.svg); }
#header2 .loggedInUser > a[href="/0/UpdatePassword"]::before { background-image: url(/warehouse/dynamic/398700.svg); }
#header2 .loggedInUser > a[href="/0/OrdersHistory"]::before { background-image: url(/warehouse/dynamic/398699.svg); }
#header2 .loggedInUser > a.userActionWishlist::before { background-image: url(/warehouse/dynamic/398701.svg); }
.headerShopLoginUserLoggedIn h4 { background: #f3f1ee; color: var(--dark); font-size: 1.6rem; font-family: var(--medium); display: flex; justify-content: space-between; direction: rtl; align-items: center; }
.headerShopLoginUserLoggedIn h4 button { font-size: 1rem; }
#header2 a.userAction { margin: 10px; background: #f3f1ee; padding: 0 15px !important; height: 40px; display: flex !important; justify-content: flex-start; align-items: center; transition: all 0.25s ease; font-size: 1.4rem; position: relative; flex-direction: row-reverse; }
#header2 a.userAction:hover { background: #afae98; }
#header2 a.userAction.userAccountBtn { margin-top: 10px; }
#header2 a.userAction:last-child { margin-bottom: 10px; padding-bottom: 0; }
#header2 .loggedInUser svg { margin-left: 15px; }
#header2 a.userAction:after { content: none; }
.headerShopLoginUserLoggedIn:after { border-bottom-color: #f3f1ee; transform: unset; left: 20px; border-width: 0 7px 10px; }

@media(max-width: 1024px) {
    form.shop-form .dateBoxWrapper > div { width: calc(30% - 1px) !important; }
    .headerShopLoginUserLoggedIn { top: 60px; left: 10px; }
    #header2 a.userAction { flex-direction: row; }
}

/*Register-Page*/
.ShopRegisterPage fieldset .pull-right label:not(.scn-reader-only) { /*display: none;*/ }
.registerFormWrapper fieldset .checkBoxWrapper label { display: inline-flex; margin-bottom: 0; font-size: 1.3rem; font-weight: normal; }
.registerFormWrapper form.shop-form fieldset > div:last-child.checkBoxWrapper { display: flex; margin-bottom: 30px; }
.registerFormWrapper.registerPage { background: transparent; max-width: 730px; }
.ShopRegisterPage .top-caption { display: none; }
.ShopRegisterPage .registerFormWrapper.registerPage { margin: 0 auto 140px !important; background: var(--beige); padding: 40px 135px; }
.ShopRegisterPage .registerFormWrapper.registerPage::after { content: ''; position: absolute; right: 0px; top: 0; height: 130px; width: 130px; pointer-events: none; background-image: url(/warehouse/dynamic/395581.png); background-repeat: no-repeat; background-position: left bottom; mix-blend-mode: difference; background-size: 100%; }
.ShopRegisterPage .registerFormWrapper.registerPage::before { content: ''; position: absolute; left: 0; bottom: 0; height: 120px; width: 155px; pointer-events: none; background-image: url(/warehouse/dynamic/395580.png); background-repeat: no-repeat; background-position: left bottom; mix-blend-mode: difference; background-size: 100%; }
.ShopRegisterPage form.shop-form .dateBoxWrapper > div { width: calc(33% - 10px) !important; padding: 0; flex-grow: 1; }
.ShopRegisterPage .registerFormWrapper.registerPage .formMsgs { bottom: 10px; padding: 0; width: 100%; text-align: center; }
.ShopRegisterPage .registerFormWrapper.registerPage .formMsgs h3 { font-size: 1.8rem; margin: 0; }
.registerFormWrapper.registerPage #headline { margin-bottom: 10px; }
.registerFormWrapper.registerPage #headline p { font-size: 4.5rem; font-family: var(--medium); max-width: 100%; margin: 0; }
.registerFormWrapper.registerPage > p { max-width: 480px; padding: 0; margin-bottom: 40px; line-height: 1.06; }
.registerFormWrapper .shop-form .normal-form-submit { width: auto; }
.normal-form-comment { padding-right: 0; }
.normal-form-submit .shopBtn { width: 300px; margin-right: auto; margin-left: auto; }
.registerFormWrapper fieldset label { width: 100%; font-size: 1.4rem; font-weight: 100; }

@media(max-width: 1024px) {
    .ShopRelatedPage section#GridTop:not(.noTopImage) { display: none !important; }
    .ShopRegisterPage .registerFormWrapper.registerPage { margin: 0 auto !important; padding: 40px; }
    .ShopRegisterPage .registerFormWrapper.registerPage #headline p { font-size: 3rem; margin-bottom: 0; }
    .mobile-subTotal.notFixed { top: 65px; display: none; }
    .ShopRegisterPage .registerFormWrapper.registerPage::after { height: 90px; width: 90px; }
    .ShopRegisterPage .registerFormWrapper.registerPage::before { height: 90px; width: 120px; }
}

/*floating cart*/
.headerShopLogin, .headerShop { top: 105px !important; }
.cartSummary .totalSumItems { font-size: 2rem !important; font-weight: normal; line-height: 1.1; align-items: baseline; }
.cartItemsNavSubTotal span.price { display: flex; flex-wrap: wrap; flex-direction: row-reverse; align-items: baseline; line-height: 1; }
.cartItemsNavSubTotal span.price:before { display: inline-flex; transform: translateY(-1px); }
.headerShop .cart .closeCart { padding-left: 0; }
.headerShop .cartTopButtons { font-size: 1.3rem; width: 100%; }
.headerShop .cart .closeCart button, .headerShop .removeAllItems { border-bottom: none; }
.cartItemsNavSubTotal:after { content: none; }
.headerShop .cart { padding: 15px 15px; display: flex; flex-flow: wrap row; justify-content: space-between; }
.headerShop .cart::after { content: ''; position: absolute; top: 15px; bottom: 15px; width: 1px; background: #1a1a1a; left: calc(15px + 340px); }
.cartItemsNavSubTotal { display: inline-block; width: auto; flex-grow: 1; padding-left: 5px; padding-right: 20px; padding-bottom: 0; max-height: 415px; max-width: calc(100% - 800px); }
.cartItemsNavSubTotal .FreeDeliveryStrip { margin: 20px auto 0; }
.itemsTableWrapper { width: calc(100% - 340px); overflow: hidden; height: 410px; }
.headerShop .cartItemsTable { padding: 0 0 60px; width: 100%; max-height: 100%; }
.headerShop .cartItemsTable .cartItem .cartItemPic { width: 90px; min-width: 90px; border-color: #cccac8; }
.headerShop .cart[data-cart="False"] .subheadline.noItemsInCart p { opacity: 1 !important; font-family: var(--medium); }
.headerShop .cart[data-cart="False"]::after { display: none; }
.NavCartFreeShipping .FreeDeliveryStrip { text-align: center; margin-top: 30px; }
.cartSubTotal .FreeDeliveryStrip { margin: 20px auto 0; }
.FreeDeliverySpan { position: relative; display: inline-flex; flex-wrap: wrap; justify-content: center; gap: 7px; font-size: 1.5rem; background: var(--green); padding: 20px 0; width: 100%; overflow-x: clip; }
.FreeDeliverySpan::before { content: ''; position: absolute; top: 0; height: 4px; width: 100%; left: 50%; transform: translateX(-50%) scale(4); background-position: center; background-size: contain; background-repeat: repeat-x; background-image: url(/warehouse/dynamic/401656.svg); pointer-events: none; z-index: 1; }
.FreeDeliverySpan::after { content: ''; position: absolute; bottom: 0; height: 4px; width: 100%; left: 50%; transform: translateX(-50%) scale(4); background-position: center; background-size: contain; background-repeat: repeat-x; background-image: url(/warehouse/dynamic/401656.svg); pointer-events: none; z-index: 1; }
.FreeDeliverySpan svg { width: 30px; height: 20px; }
.FreeDeliverySpan:has(.FreeDeliveryStripAmount) svg { transform: scaleX(-1); }
.FreeDeliverySpan .FreeDeliveryStripText { width: 100%; text-align: center; }
.FreeDeliverySpan .FreeDeliveryStripAmount { width: 100%; /* color: #ed6666; */ text-align: center; }

.cartItemsTable .cartItemPrice.cartItemsCell .itemBeforeDiscountPrice { margin-top: 0; font-size: 1.3rem; }

.headerShop .removeAllWrapper { padding-left: 15px; }

.cartItemsNavSubTotal .cartSummary { gap: 5px; }

.cartItemsTable .item-quantity .item-quantity, .cartItemsTable .item-quantity { display: flex; align-items: center; outline: 1px solid #1a1a1a; }
.headerShop .cartItemsTable.hasQuantitySelection .item-quantity button, .cartItemsTable .item-quantity button { background: transparent; border: none; padding: 0; display: inline-flex; }

.headerShop .cartItemsTable.hasQuantitySelection .item-quantity .itemQuantityContainer,
.cartItemsTable .item-quantity .itemQuantityContainer, .cartItemsTable .item-quantity .itemQuantityContainerMobile { margin: 0; border: none; width: 36px; height: 33px; display: inline-flex; vertical-align: unset; font-size: 1.6rem; align-items: center; justify-content: center; }
.headerShop .cartItemsTable.hasQuantitySelection .item-quantity svg * { fill: #1a1a1a; }

.cartItemsTable .cartItem button.deleteBtn.deleteBtnNew { background: transparent; position: unset; }
.cartItemsTable .cartItem button.deleteBtn.deleteBtnNew > span { opacity: 0; }
.cartItemsTable .cartItem button.deleteBtn.deleteBtnNew::after,
.cartItemsTable .cartItem button.deleteBtn.deleteBtnNew::before { content: ''; position: absolute; width: 1px; height: 15px; background: #1a1a1a; top: calc(50% - 5px); left: 50%; transform: translate(-50%, calc(50% - 5px)) rotate(0deg); }
.cartItemsTable .cartItem button.deleteBtn.deleteBtnNew::after { transform: rotate(45deg); }
.cartItemsTable .cartItem button.deleteBtn.deleteBtnNew::before { transform: rotate(-45deg); }

.shopLayout #headline h1 { font-size: 4.5rem; }
.cartItemsTable .cartItem .cartItemPic img { max-width: 70px; width: 70px; min-height: 75px; object-fit: contain; }
.cartItemsTable .cartItem .cartItemPic { width: 70px; }
.cartItemsTable .cartItemTotal.cartItemsCell { font-size: 1.6rem; }
.cartItemsTable .cartItemName.cartItemsCell { max-width: 360px; }
.cartItemsTable .cartItem .itemName .variationsQuantitiesGroup { display: none; }

@media(min-width: 1025px) {
    .cartItemsTable .cartItem { display: flex; align-items: center; padding: 10px 0 10px 15px; justify-content: space-between; }
    .cartItemsTable .TotalAmountMode .cartItemPrice.cartItemsCell,
    .headerShop .cartItemsTable.hasTotalPriceItem .cartItem .cartItemQ.cartItemsCell,
    .headerShop .cartItemsTable.hasQuantitySelection.hasTotalPriceItem .cartItemName.cartItemsCell { padding: 0; line-height: 1.2; }
    .headerShop .cartItemsTable.hasQuantitySelection.hasTotalPriceItem .cartItemName.cartItemsCell { display: flex; align-items: center; flex-grow: 1; order: 1; gap: 20px; width: 60%; }
    .cartItemsTable .TotalAmountMode .cartItemPrice.cartItemsCell { display: flex; width: 15%; align-items: flex-end; justify-content: center; gap: 10px; order: 3; margin-right: 30px; }
    .cartItemsTable .cartItemPrice.cartItemsCell span.finalPrice { margin: 0 !important; display: block !important; font-size: 1.6rem; }
    .cartItemsTable.hasTotalPriceItem .cartItemDelete.cartItemsCell { padding-left: 0; width: auto; margin-right: 30px; order: 4; position: relative; }

    .headerShop .cartItemsTable.hasTotalPriceItem .cartItem .cartItemQ.cartItemsCell { order: 2; width: auto; }
    .cartItemsTable .cartItem .itemName { max-width: unset; width: calc(100% - 90px); padding-left: 10px; margin: 0; }
    .cartItemsTable .cartItem .itemName .cartItemProperties.variationsQuantities .variationsQuantitiesGroup { display: block; font-size: 1.4rem; }
    .headerShop .cartItemsTable .cartItem .cartItemPic img { max-width: 70px; width: 70px; min-height: 75px; object-fit: contain; }
    /*/0/cart*/
    .cartWrapper { display: flex; flex-direction: row-reverse; }
    .shopLayout #headline h1 { text-align: right; margin-bottom: 0; font-family: var(--medium); font-size: 4.5rem; width: auto; display: inline-flex; }
    /*right side*/
    .cartItemsTable.hasQuantitySelection:not(.hasTotalPriceItem) { max-width: 100%; width: calc(100% - 340px); }
    .cartItemsTable .cartItemDelete.cartItemsCell { position: relative; }
    .cartItemsTable .cartItem .cartItemName.cartItemsCell { display: flex; align-items: center; gap: 20px; flex-grow: 1; }
    .cartItemsTable .cartItem .cartItemName.cartItemsCell, .cartItemsTable .cartItem .cartItemQ.cartItemsCell, .cartItemsTable .cartItemPrice.cartItemsCell, .cartItemsTable .cartItemTotal.cartItemsCell, .cartItemsTable .cartItemDelete.cartItemsCell { padding: 0; }
    .cartItemsTable .cartItem.hasItemPic:not(.TotalAmountMode) { padding: 20px 0; }
    .cartItemsTable .cartItemDelete.cartItemsCell { width: auto; margin-right: 30px; }
    .cartItemsTable .items, .cartItemsTable .cartItemsTitles { background: transparent; }
    .cartItemsTable .cartItemsTitles { border-bottom: 1px solid #000; font-size: 1.6rem; padding-bottom: 16px; display: flex; }
    .cartItemsTable .cartItemsTitles > .cartItemsCell { padding: 0; width: auto; display: inline-flex; }

    .cartItemsTable .cartItemTotal.cartItemsCell, .cartItemsTable .cartItemPrice.cartItemsCell { margin-right: 40px; }
    .cartItemsTable .cartItem .cartItemQ.cartItemsCell, .cartItemsTable .cartItemPrice.cartItemsCell,
    .cartItemsTable .cartItemTotal.cartItemsCell, .cartItemQ.cartItemsCell.cartItemsCellQuan, .cartItemsTable .cartItemsTitles > .cartItemDelete.cartItemsCell { width: auto; }

    .cartItemsTable .cartItemsTitles > .cartItemDelete.cartItemsCell, .cartItemsTable .cartItemsTitles > .cartItemQ.cartItemsCell { margin-left: 0; margin-right: 30px; min-width: 26px; }
    .cartItemsTable .cartItemsTitles > .cartItemTotal.cartItemsCell { margin-left: 0; margin-right: 40px; width: 35px; }
    .cartItemsTable .cartItemsTitles > .cartItemPrice.cartItemsCell { margin-left: 0; margin-right: 40px; width: 90px; }
    .cartItemsTable .cartItemsTitles > .cartItemQ.cartItemsCell { margin-left: 0; width: 108px; margin-right: 10px; }
    .cartItemsTable .cartItemsTitles > .cartItemName.cartItemsCell { flex-grow: 1; }

    .cartItemsTable .cartItemsTitles > .cartItemDelete.cartItemsCell, .cartItemsTable .cartItemDelete.cartItemsCell { margin-right: 55px; }
    .cartItemsTable .cartItemTotal.cartItemsCell { margin-right: 80px; }
    .cartItemsTable .cartItemPrice.cartItemsCell { margin-right: 40px; }

    .cartItemsTable .cartItemsTitles > .cartItemTotal.cartItemsCell { margin-right: 50px; }
    .cartItemsTable .cartItemsTitles > .cartItemPrice.cartItemsCell { margin-right: 40px; }
    .cartSubTotal .totalSumItems.totalPrice span { font-family: var(--medium); }
    /*left size*/
    .cartSubTotal { width: calc(100% - 816px); margin-right: 40px; background: var(--beige); padding-bottom: 0; border: 1px solid #cccac8; height: 100%; }
    .cartSubTotal .subTotalTitle { background: transparent; padding: 0; }
    .cartSubTotal .totalSumItems.itemsInCart, .cartSubTotal .totalSumItems { padding: 0; float: none; position: relative; display: inline-flex; }
    .subTotalInner { display: flex; flex-flow: column wrap; padding: 15px 20px 40px; height: auto; }
    .cartSubTotal .subTotalTitle h2 { font-weight: normal; font-size: 2.3rem; padding-bottom: 15px; border-bottom: 1px solid #1a1a1a; line-height: 1.05; }
    .cartSubTotal .totalSumItems.subtotal, .cartSubTotal .totalSumItems.itemsInCart { margin-top: 15px; margin-bottom: 0; justify-content: space-between; font-size: 1.6rem; }
    .cartSubTotal .totalSumItems.totalPrice { margin-top: 33px; margin-bottom: 23px; font-size: 2.2rem; font-weight: normal; justify-content: space-between; }
    .cartSubTotal .totalSumItems:not(.itemsInCart):not(.subtotal):not(.totalPrice) { margin-top: 0; margin-bottom: 0; }
    .cartSubTotal .totalSumItems > .shopBtn { margin-top: 0; }
    .cartSubTotal .totalSumItems.subtotal + .totalSumItems { font-size: 1.6rem; margin-top: 10px !important; justify-content: space-between; }
}

@media(max-width: 1024px) {
    .cartItemsTable .items, .cartSubTotal { background: var(--beige); }
    .shopLayout #headline h1 { font-size: 3rem; }
    .cartItemsTable .item-quantity .item-quantity, .cartItemsTable .item-quantity { justify-content: center; max-width: 100px; background: #fff; }
    .shopLayout .cartItemsTable { margin-bottom: 30px; }
    .shopLayout .subTotalTitle { background: inherit; }
    .shopLayout .subTotalTitle h2 { font-size: 2rem; font-weight: unset; line-height: normal; }
    .cartSubTotal .totalSumItems { font-size: 1.6rem !important; font-weight: unset !important; }
    .cartSubTotal .totalSumItems.totalPrice { font-size: 2rem !important; }
    .mobile-subTotal { display: none !important; }
    .shopLayout.cartPage { padding: 0 10px; }
    .shopLayout.cartPage .cartItemsTable .cartItem { padding: 20px; }
    .NavCartFreeShipping .FreeDeliveryStrip { margin-top: 30px; }

    .headerShop.active .itemsTableWrapper { width: 100%; }
    .headerShop.active .cartItemsNavSubTotal { width: 100%; max-width: 100%; }
    .headerShop.active .cartItemsTable { padding: 0 0 30px; }
    .headerShop.active .cartItemsTable.hasQuantitySelection .item-quantity .itemQuantityContainer { width: auto; height: auto; border: unset !important; }
    .headerShop.active .cartItemsTable.hasQuantitySelection .item-quantity .itemQuantityContainer button { background: transparent; border: unset; }
    .headerShop.active .cartItemsNavSubTotal a.shopBtn { display: inline-flex; font-size: 1.6rem; height: auto; padding: 14px 10px; }
    .headerShop.active .itemsTableWrapper .itemName a { font-size: 1.5rem; }

    .cartSummary .totalSumItems { font-size: 1.6rem !important; }
    .headerShop .cart .closeCart button, .headerShop .removeAllItems { font-size: 100%; }
}

/* Checkout Page */
.shopLayout.checkoutPage { display: flex; flex-wrap: wrap; }
.shopLayout.checkoutPage #headline { width: 100%; text-align: right; }
.shopLayout.checkoutPage .cartSubTotal { height: auto; margin-bottom: 0; }
.shopLayout.checkoutPage .DeliveryDetails { max-width: 775px; padding: 0; }
.shopLayout.checkoutPage .DeliveryDetails form#checkout-form .checkoutFormWrapper { background: var(--beige); }
.shopLayout.checkoutPage .cartSubTotal .cartItemsTable { width: auto; padding-bottom: 20px; }
.shopLayout.checkoutPage .cartSubTotal .itemsTableWrapperCheckout { padding: 0; margin: 0; }
.shopLayout.checkoutPage .cartSubTotal .itemsTableWrapperCheckout::after { background: linear-gradient(0deg,var(--beige) 24%, rgba(255,255,255,0) 100%); }
.shopLayout.checkoutPage .cartSubTotal .totalSumItems.totalPrice { display: flex; justify-content: space-between; }
.shopLayout.checkoutPage .cartSubTotal .totalSumItems.totalPrice::before { display: none; }
.shopLayout.checkoutPage .cartSubTotal .subTotalTitle { position: relative; }
.shopLayout.checkoutPage .cartSubTotal .subTotalTitle .goToCart { position: absolute; left: 0; top: 5px; font-size: 1.5rem; }
.shopLayout.checkoutPage .cartSubTotal .subTotalTitle .goToCart::after { bottom: 0px; }
.shopLayout.checkoutPage .cartSubTotal .cartItemsTable .cartItemQ.cartItemsCell { padding: 0 0 5px; }
.shopLayout.checkoutPage .cartSubTotal .cartItemsTable .cartItemQ.cartItemsCell .item-quantity { outline: none; background: transparent; justify-content: flex-start; margin: 0; }
.shopLayout.checkoutPage .cartSubTotal .cartItemsTable .cartItemQ.cartItemsCell .item-quantity .itemQuantityContainer { width: auto; }
.shopLayout.checkoutPage .cartSubTotal .cartItemsTable .cartItemPrice.cartItemsCell { width: auto; margin: 0; justify-content: flex-end; }
.shopLayout.checkoutPage .cartSubTotal .cartItemsTable .cartItem { padding: 10px; }
.shopLayout.checkoutPage .cartSubTotal .cartItemsTable .cartItem:not(:last-child)::after { border-bottom: 1px solid var(--dark); }
.shopLayout.checkoutPage .cartSubTotal .cartItemsTable::-webkit-scrollbar-thumb { background: var(--green); }
.shopLayout.checkoutPage .DeliveryDetails form#checkout-form .checkoutFormWrapper .checkoutTitle h3 { background: var(--green); font-weight: unset; font-size: 1.8rem; }
.shopLayout.checkoutPage .DeliveryDetails form#checkout-form .checkoutFormWrapper .checkoutInputsWrapper label, .shopLayout.checkoutPage .DeliveryDetails form#checkout-form .checkoutFormWrapper h4 { font-size: 1.5rem; font-weight: unset; }
.shopLayout.checkoutPage .DeliveryDetails form#checkout-form .checkoutFormWrapper .checkoutInputsWrapper .deliveryOptionBox { border-radius: 0; }
.shopLayout.checkoutPage .newUser .shopBtn { margin: 0px auto; }

@media(max-width: 1024px) {
    .shopLayout.checkoutPage { padding: 20px 30px; }
    .shopLayout.checkoutPage #headline { margin-bottom: 0px; }
    .shopLayout.checkoutPage #headline h1 { font-family: var(--medium); width: auto; }
    .shopLayout.checkoutPage .cartSubTotal .cartItemsTable { margin-bottom: 0; padding-bottom: 30px; }
    .shopLayout.checkoutPage .cartSubTotal .cartItemsTable .cartItemQ.cartItemsCell { margin: 0px; }
    .shopLayout.checkoutPage .cartSubTotal .cartItemsTable .cartItem .itemName > a { flex-grow: unset; }
}

/*Footer*/
footer { padding: 0; }
#SiteFooter { background: #1a1a1a; color: #ffffff; display: flex; flex-wrap: wrap; justify-content: center; }
.footer-text-divided { display: flex; justify-content: space-between; width: calc(100% - 270px); max-width: 1170px; padding: 40px 0; }
.footer-text-divided > div { display: inline-flex; font-size: 1.3rem; width: auto; padding: 0; }

.footer-text-divided ul { list-style: none; margin: 0; padding-right: 0; font-weight: 100; }
.footer-text-divided .footer-text-left h4 { font-size: 1.7rem; padding-bottom: 12px; font-family: var(--medium); margin: 0; }
.footer-text-divided ul li { line-height: 1.54; }

.footer-text-divided > div.footer-text-right { flex-direction: column; align-items: center; gap: 15px; }
.footer-text-divided > div.footer-text-right p:first-child a img { width: 118px; }
.footer-text-divided > div.footer-text-right p a { position: relative; display: inline-flex; }
.footer-text-divided > div.footer-text-right p a img { width: 38px; }
.footer-text-divided > div.footer-text-right p:last-child a { margin: 0 7.5px; position: relative; height: 38px; width: 38px; display: inline-flex; }

.footer-text-divided > div.footer-text-right a.insta::after,
.footer-text-divided > div.footer-text-right a.fb::after { width: 38px; height: 38px; background-image: url(/warehouse/dynamic/398714.svg); background-repeat: no-repeat; background-position: center; background-size: 100%; z-index: 3; position: absolute; display: inline-flex; content: ''; top: 0; left: 0; opacity: 0; transition: all 0.35s ease-in-out; }
.footer-text-divided > div.footer-text-right a.fb::after { background-image: url(/warehouse/dynamic/398713.svg); }
.footer-text-divided > div.footer-text-right a.insta:hover::after, .footer-text-divided > div.footer-text-right a.fb:hover::after { opacity: 1; }

.footer-text-divided > div.footer-text-left { text-align: right; }

@media(min-width: 1025px) {
    .footer-text-divided > div.footer-text-left { gap: 85px; }
    .footer-text-divided ul li > a { position: relative; transition: all 0.25s linear; }
    .footer-text-divided ul li > a[href="/cancel"] { color: #b6bc1b; }
    .footer-text-divided ul li > a:hover { color: #b6bc1b; }
    .footer-text-divided ul li > a::after { content: ''; position: absolute; left: 50%; bottom: -2px; transform: translateX(-50%); width: 0; background: #b6bc1b; height: 1px; opacity: 0; transition: all 0.25s linear; }
    .footer-text-divided ul li > a:hover::after { opacity: 1; width: 100%; }
    .footer-text-divided > div.footer-text-left .dropdown-item:last-child { display: none; }
    .footer-text-divided > div.footer-text-left .dropdown-item:nth-child(4) ul li:last-child { margin-top: 15px; font-family: var(--medium); }
    .footer-text-divided > div.footer-text-left .dropdown-item:nth-child(4) ul li:last-child a::after { width: 100%; bottom: 0; /* opacity: 1; */ /* background: #fff; */ }
    .footer-text-divided > div.footer-text-left .dropdown-item:nth-child(4) ul li:last-child:hover a::after { opacity: 1; background: #b6bc1b; }
}

#SiteFooter .site-credit.alternative { display: flex; padding: 10px 0; width: 100%; }
a.AccessabilityLink:hover { color: #fff; }
a.AccessabilityLink { font-size: 1.7rem; margin: 0; }

@media(max-width: 1024px) {
    footer { z-index: 3; position: relative; }
    #SiteFooter { padding-bottom: 0; }
    .footer-text-divided { width: 100%; flex-direction: column-reverse; gap: 35px; padding: 20px 30px 30px; }
    .footer-text-divided > div.footer-text-right p:first-child { display: none; }
    .footer-text-divided > div.footer-text-left, .footer-text-divided > div.footer-text-right { display: inline-flex; flex-direction: column; width: 100%; }
    .footer-text-divided > div.footer-text-right { align-content: flex-start; flex-wrap: wrap; }
    .text-center { display: inline-flex; justify-content: center; align-items: center; }
    .footer-text-divided ul { display: none; padding-bottom: 10px; }
    .footer-text-divided .footer-text-left h4 { font-size: 2rem; margin-top: 15px; }
    .footer-text-divided > div.footer-text-left .dropdown-item { width: 100%; position: relative; border-bottom: 1px solid #fff; }
    .footer-text-divided > div.footer-text-left .dropdown-item:not(:last-child)::before, .footer-text-divided > div.footer-text-left .dropdown-item:not(:last-child)::after { content: ''; position: absolute; background: #ffffff; left: 3.5px; top: 25px; }
    .footer-text-divided > div.footer-text-left .dropdown-item:not(:last-child)::before { width: 15px; height: 1px; }
    .footer-text-divided > div.footer-text-left .dropdown-item:not(:last-child)::after { height: 15px; width: 1px; left: 11px; top: 18px; opacity: 1; transition: all 0.35s linear; }
    .footer-text-divided > div.footer-text-left .dropdown-item:not(:last-child).open::after { opacity: 0; transform: rotate(45deg); }
    .footer-text-divided > div.footer-text-left .dropdown-item:last-child p { opacity: 1 !important; color: #fff; font-size: 2rem; margin-top: 15px; padding-bottom: 12px; font-family: var(--medium); }
    .footer-text-divided ul li { padding-bottom: 3px; font-size: 1.5rem; }
    .footer-text-divided > div.footer-text-right p:last-child a { margin: 0 0 0 10px; }
}

/*lobby blog*/
.blog-grid #headline { margin: 20px 0; padding: 0; }
.blog-grid #headline h1 { font-size: 4.5rem; line-height: 1.13; font-family: var(--medium); }
.blog-grid #headline::before { content: ''; display: inline-block; background-image: url(/warehouse/dynamic/395468.svg); width: 77px; height: 48px; pointer-events: none; }
.blog-tags { padding: 0; margin: 25px auto 50px; }
.blog-tags .blog-tags-list { display: flex; justify-content: center; }
.blog-tags .blog-tags-list ul { background: var(--green); width: auto; display: inline-flex; align-items: center; justify-content: center; padding: 0 10px; }
.blog-tags .blog-tags-list ul li.blog-tag { margin: 0 10px; padding: 0; display: flex; position: relative; }
.blog-tags .blog-tags-list ul li.blog-tag::before { content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); background: var(--dark); width: 100%; height: 50px; opacity: 0; z-index: 0; pointer-events: none; }
.blog-tags .blog-tags-list ul li.blog-tag.active::before { opacity: 1; }
.blog-tags .blog-tags-list ul li.blog-tag a { font-size: 1.8rem; padding: 10px; color: var(--dark) !important; text-decoration: unset !important; }
.blog-tags .blog-tags-list ul li.blog-tag.active a { color: #fff !important; z-index: 1; padding: 10px 50px; font-family: var(--medium); }

.blog-posts { max-width: 1245px; margin: auto; column-count: unset; }
.posts_wrapper { display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; margin-bottom: -110px; }
.posts_wrapper:first-child { margin-bottom: -150px; }
.blog-post { padding: 0 20px; margin-bottom: 50px; }
.blog-post:nth-child(odd) :is(.blog-post-placeholder,.blog-post-image img) { height: 520px; }
.blog-post:nth-child(even) :is(.blog-post-placeholder,.blog-post-image img) { height: 361px; }
.blog-post .blog-post-placeholder { position: relative; background-repeat: no-repeat; background-position: center; background-size: cover; background-image: url(/warehouse/dynamic/447855.png); width: 100%; height: 520px; margin-bottom: 15px; }
.blog-post .blog-post-placeholder a { position: absolute; left: 0; top: 0; height: 100%; width: 100%; }
.blog-related-posts .blog-post .blog-post-placeholder,
.blog-related-posts .blog-post:nth-child(odd) :is(.blog-post-placeholder,.blog-related-post-image img),
.blog-related-posts .blog-post:nth-child(even) :is(.blog-post-placeholder,.blog-related-post-image img) { height: 280px; }

@media(min-width: 1025px) {
    body:not(.contentInnerPage) #BlogModule { padding-bottom: 159px; }
    .blog-post:nth-child(5n) { transform: translateY(-159px); }
}

@media(max-width: 1024px) {
    .blog-tags .blog-tags-list ul { width: 100%; padding: 10px; position: relative; }
    .blog-tags .blog-tags-list ul::before { content: ''; position: absolute; top: -10px; left: 50%; transform: translateX(-50%); width: 100%; height: 20px; background-image: url( /warehouse/dynamic/463842.svg); background-size: 110%; background-repeat: repeat-x; background-position: center; }
    .blog-tags .blog-tags-list ul::after { content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 100%; height: 20px; background-image: url( /warehouse/dynamic/463841.svg); background-size: 110%; background-repeat: repeat-x; background-position: center; }
    .blog-tags .blog-tags-list ul li.blog-tag { margin: 0; width: 33%; justify-content: center; }
    .blog-tags .blog-tags-list ul li.blog-tag::before { height: 100%; }
    .blog-tags .blog-tags-list ul li.blog-tag a { font-size: 1.6rem; width: 100%; }
    .blog-tags .blog-tags-list ul li.blog-tag.active a { padding: 10px 0; }
}

.blog-post-content { padding-bottom: 20px; position: relative; }
.blog-post-content::after, .blog-related-post-title::after { content: ''; position: absolute; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="375" height="3.879" viewBox="0 0 375 3.879"><defs><clipPath id="a"><rect width="3.879" height="375" fill="none"/></clipPath></defs><g transform="translate(375) rotate(90)"><g clip-path="url(%23a)"><path d="M.525,91.995l.049.481c.053-1.086,0-.782-.049-.481M.455,357.239c-.026.249-.05.231-.076.127a8.051,8.051,0,0,0,.036-1.358,4.282,4.282,0,0,1,.04,1.231M.376,354.77a.331.331,0,0,1,.009-.057c-.071-1.19-.045-.768-.009.057M1.642,238.236a7.682,7.682,0,0,0-.039-1.7,16.637,16.637,0,0,0,.039,1.7M2.081,196.4a9.215,9.215,0,0,0,.049-1.985,4.748,4.748,0,0,0-.049,1.985M2.2,168.884l.146,1.841c.242-2.221.158-3.831.365-2.1-.511.26-.052,7.158-.564,7.412l.107,1.215c-.005-.348.026-.4.021-.748.246,2.361-.371,1.755-.3,4.8.038,1.06.111,1.8.173,1.077l-.128,2.363c.01.687.1.519.089-.165l-.039,3.6.013-.025c-.079.513-.2,1.678-.257,2.247.074.915.054-.459.119-.224l-.124,1.994c.132.813.261-.84.243-2.218.511,1.863-.129,1.654.169,5.676L2.3,193.74a42.851,42.851,0,0,1,.367,4.814c-.1-.5-.456-4.263-.584-2.1a16.4,16.4,0,0,1-.047,2.582c.182.011.138,1.15.127,2.578l.242-.1a14.584,14.584,0,0,1-.3,2.329,5.576,5.576,0,0,0,.369,2.482c.039,2.753-.3-1.9-.345,1.357a65.16,65.16,0,0,1-.15,6.639c.083,1.6.146-.282.216.294L2,216.04c.006.348.063.235.093.178-.074,1.2-.241.1-.306,1.981-.265.508.389,3.865.088,6.194.067.574.146-.278.241-.1-.2,3.2-.145,2.74-.411,5.365l.159,2.236c-.18-1.644-.394.456-.572,2.293-.087-.581-.164-1.08-.2-1.414L.963,235.7c.039.354.123.059.224-.422-.022.2-.04.389-.058.537.089,1.05.228.506.362-.246-.047-.357-.1-.712-.149-1.057.146-.725.309-1.4.451-1.251-.028.19-.053.556-.066.962.04-.19.076-.31.1-.224a4.914,4.914,0,0,1-.089.886l.27.667-.109.162.168,3.838c-.27,2.745-.67,5.134-.78,9.494.2-1.082.322-.233.555-.292-.247-1.19.106-3.375.057-5.634.025,1.179.136.919.175.619l-.225,4.03c.191-.092.144.854.222,1.907-.376-.795-.252,3-.367,4.642.127.1.256-.291.225-2.291.286,2.207-.442,2.851-.2,5.017a3.744,3.744,0,0,1,.048-.944c-.113,1.141-.023,3.93.088,3.273l0-.486c.044,3.242,0,9.869-.318,10.353.041.032.388-.425.451-.623l-1.08,5.785c.275-.51.934,1.448,1.089-1.242A27.319,27.319,0,0,1,2,276.521c-.04-.528-.4-1.313-.424-.594.306,1.976.164,1.371.425,3.806-.058-.79-.491.088-.476,1.335.063-.194.425.1.471-.352l-.424,3.1c.076-.773.359-.136.48.558-.084-.321.008,2.684-.035,3.513l-.1-1.317c.065,3.506-.6,3.463-.574,6.941.088-.422.539-1.041.592.729a31.761,31.761,0,0,0-1.213,6.666l.125.59L.7,303.861c.327-1.471,1.014-5.6,1.281-7.849a11.885,11.885,0,0,1,.136,2.329c.116.694.176-1.071.184-1.649l.075,4.574c-.255-.2-.255,3.5-.466,3.325l.263-4.969c-.253-.2-.719,2.873-.675,6.113.1.824.451-.617.537-.549a26,26,0,0,0-.106,3.373l.136-1.375c.1,1.8-.336,2.945-.094,5.112a14.837,14.837,0,0,1,.177,2.363c-.29-1.22-1.184-1.459-1.4-.644.019.262.277,3.93.42,4.784.226,1.231.539-1.85.734-.8a4.081,4.081,0,0,0-.182,1.01c.059.786.215-.325.185,1.382-.257.285.021,3.474-.219.807-.074,1.671.053,1.776.041,3.738-.167-.624-.565,1.76-.638,3.434.065-.1.15.276.188.459.023,3.424.14,5.261.142,8.455.063.294.138,1.834.248,1.179a14.649,14.649,0,0,0-.138,1.866c.222,1.906.035-2.2.3-.743a32.367,32.367,0,0,0-.3,3.949c-.231-.432-.045-3.241.049-4.646-.318-.007-.652,2.439-.8,5.776-.079,2.652.208,1.15.16,1.61.058,4.983-.556,4.245-.326,8.381.2,1.642.4.074.551.438.078-2.16-.129-3.316-.12-4.78l.1,1.8A22.227,22.227,0,0,0,1.2,349.2c.181,1.375.035,8.416.2,12.259-.067.684-.138,1.862-.219,1.3l.028-1.217c-.164-1.118-.226,2.29-.3.75a47.7,47.7,0,0,0-.2,5.756l.231.432a9.4,9.4,0,0,1-.069-2.148c-.1.958.314,3.522.012,4.57l-.16-1.61A51.279,51.279,0,0,0,.434,375c-.23-.928.025-.47-.243-1.916.334,1.254-.013-5.207.336-3.192-.309-1.484-.132-2.57-.4-4.509.076.061.146.687.109-1.021.021-.077.05-.258.066-.375,0-.052,0-.07,0-.115,0,.034.005.059.008.093.013-.074.013-.081,0,.036a5.3,5.3,0,0,0,.115.87c.175-.849.171-3.565.26-4.484-.036-1.014-.085.423-.168-.129l.136-1.373c-.169-.136-.281-2.693-.38-.305l-.009-2.15a34.4,34.4,0,0,1-.061-4.08c-.036-1.014.189-2.561.054-1.678l.1-3.372-.043-.032C.3,343.943.6,340.421.3,336.619c.043-1.121.093-2.277.047-4.152L.2,332.1c.05-1.437-.147-4.319,0-4.936-.393-1.55-.085-6.978-.154-9.506l.19-.1c-.01-1.741.044-3.409.122-5.57l.169.133c.138-1.863-.122-4.789-.1-7.735a6.723,6.723,0,0,0-.009,1.477c-.383-3.521.278-7.427,0-10.621a11.726,11.726,0,0,0,0-1.929c0,.074,0,.14-.008.2,0-.083,0-.2,0-.327-.03-.352-.063-.714-.092-1.105.043.334.075.651.092.929,0-.614.023-1.543.066-2.456l-.181-.388c0-.075,0-.135.006-.212-.067-.9.085-.72.221-.242.03-.459.066-.879.111-1.206-.294-.727.1-2.394-.215-3.386.153-.615.115-4.586.436-5.071-.043-.032-.062-.3-.066.192A22.493,22.493,0,0,1,.8,277.3l-.233-.431.312-2.22c-.141-1.349-.224-1.909-.4-.569.273-3.235.1-2.625.375-5.376l-.149.135a27.771,27.771,0,0,0,.08-3.147c-.283-2.2-.038-10.883-.3-16.528.438,1.095-.2-2.625.142-2.848-.1-.33-.162-1.116-.253-.2.1-2.88-.164-4.328.124-6.318-.1-.33-.154.617-.216.323a5.661,5.661,0,0,0,.03-1.215c-.063-.292-.087.422-.133.877.017-2.943.338-3.241.64-3.454a10.456,10.456,0,0,1,.074-3.312c-.1-.52-.2-1.385-.235.443-.016-1.028-.145-6.286.1-6.39a10.875,10.875,0,0,1,.01-1.708c-.014-2.309-.036-2.512-.013-4.778l.039.628c.292-.9.066-1.884.1-3.713l-.03.052c-.211-4.19.1-1.809-.138-5.943l.181.226c.389-.386-.23-3.664-.08-6.063l.1.867c.134-1.31-.53-3.662-.577-4.979-.035-.287-.056.454-.081.854-.228-3.445.238-.447.294-3.015-.129-.474-.325.61-.349-1.118-.1-.861.415-5.012.171-7.369.1.52.2,1.035.27-.156.036-1.828-.372-4.942-.062-6.592-.027-.233-.053-.321-.076-.33.079-1.4.132-4.542.3-5.383-.626-1.29.305-8.685-.273-8.654l.032-4.3-.059.111a25.279,25.279,0,0,1,.238-4.683c-.038-.635-.093-.172-.123-.118a48.138,48.138,0,0,1,.2-7.779l-.188-.35c.109-.913-.294-5.8-.074-9.74a1.065,1.065,0,0,0-.085.432c.221-4.43-.517-10.6.164-12.227l.168-2.923c.05,3.781.294-.563.407.992.041-1.488-.2-3.845-.239-2.019l.034.287c-.356.671-.125-4.7-.369-4.6.018-7.441-.178-14.694-.193-21.665l.274.8L.71,99.689c-.063-.639-.215-.856-.2.877A10.42,10.42,0,0,1,.7,97.607c-.113-3.395-.323,1.328-.328.285l.021-1.414.032.319A19.118,19.118,0,0,0,.64,93.464c-.056-1.319-.171-.676-.181-1.2a2.919,2.919,0,0,1-.008-.8L.428,88.41l.219,1.224c.106-1.357-.013-2.88.234-1.466C.5,86.093.745,76.741.627,75.467c.158-1.9.155-3.779.136-6.1.045.58.291.924.261-1.08C.519,69.014.8,64.609.44,62.989c.241,1.448.061-5.7.4-3.429-.04-1.672-.189-.1-.308-1.371.2-3.983-.128-8.778-.062-13.7.066-.077.168.746.268-.309l-.331-2.6a7.47,7.47,0,0,0,.153-2.672c.056.251.138.626.16-.027C.4,29.237.985,19.174.379,9.381c.129,1.326.142.441.146-.571.03.659.164-.016.253.115l-.251-4.1C.778,4.077.547.427.785,0L.742,1.3c.282-1.726.626,2.417.987,2.164-.321,1.934.475,5.1.016,8.272.074.7.116-.6.2-.222a15.889,15.889,0,0,0-.118,3.574l.039-.2c-.039,5.055.115,7.222.216,12.9L1.9,27.364c.023,1.222.081,1.479.124,2.049-.27,1.4-.013-3.427-.313-2.151.363,1.619.006,8.608.419,9.7,0,1.877-.208-.551-.206,1.326l.113.5-.145.476a4.3,4.3,0,0,0,.259,1.9c-.012-.3.028-.851.035-1.17.132,1.6-.045,4.5,0,5.049l-.069-1.8c-.1,5.123.043,11.38-.185,16.33l-.085-.375c-.155,3.781.094,3.027.022,7.179l.019-.151A30.016,30.016,0,0,0,1.772,69.3c.1-1.048.194,1.972.3.6a26.11,26.11,0,0,1-.446,4.735l.14.624a16.818,16.818,0,0,0-.228,3.072c.119-1.7.212,1.324.372-.581.3,4.351-.31,6.46.138,8.455-.389,2-.217-3.765-.3-2.645-.125-.937-.29,1.649-.25,3.015a55.856,55.856,0,0,1,.488,5.859c0-.348.027-.371.026-.72.1,1.308-.132,2.564.027,4.168-.234.9.013,2.083-.284,2.343l.07-3.206a47.057,47.057,0,0,0-.26,6.517,17.148,17.148,0,0,0,.184-1.737c.089.876-.058,1.687.032,2.593.3-.258.065-3.9.292-5.844.127.94-.216,3.686.107,2.706-.411,1.407.053,3.445-.263,5.812l.18-.156c-.028.375-.113,1.15-.109,1.839l.233-1.247c-.2,1.916.173,3.695.065,5.532.006-3.849-.215-.863-.347-2.491-.239,4.748.469,2.729.383,8.044.026-.72-.107-2.7-.19-1.575.036,1.012.107,2.349.2,2.97-.036,3.521-.184-.542-.294.958.217,1.2-.089,1.728-.158,3.273l.181.011c.116,4.012-.379,1.064-.237,4.676l.251-1.527-.066,1.884.207-.389a35.214,35.214,0,0,0-.056,4.7c-.128-.467-.33.262-.336,2.038.109,1.213.175-.678.147,1.841a5.676,5.676,0,0,0,.089-2.288c.059-.113.114-.562.173-.676.124,1.3.028,3.28.026,4.192-.006-.35-.016-.77-.041-.985l-.253,3.652c.07.574.124.118.178-.332-.021.739-.1,1.251-.12,2.338.15-.282.3-.214.371-1.753l-.164,3.479c.065.233.176,1.785.231,1.335.088,1.929-.287,4.732-.173,7.289a6.56,6.56,0,0,0-.076.944c.032,2.4.215,4.533.012,7.382l.266,1.617c-.059,2.232-.335-2.187-.436,1.527-.084,2.631.226.981.3,1.906a30.746,30.746,0,0,0-.19,6c.05-.8.012-1.428.032-2.175" transform="translate(0)" fill="%23161615"/></g></g></svg>'); height: 4px; width: 100%; background-size: cover; bottom: 0; }
/*.blog-post-content::before, .blog-related-post-title::before { content: ''; position: absolute; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="55.252" height="31.182" viewBox="0 0 55.252 31.182"><defs><clipPath id="a"><rect width="55.252" height="31.182" fill="none"/></clipPath></defs><g transform="translate(0 0)"><g transform="translate(0 0)" clip-path="url(%23a)"><path d="M2.129,14.526a1.607,1.607,0,0,0,.67-.469.394.394,0,0,1,.1-.1c.21-.139.392-.283.589-.426a4.149,4.149,0,0,1,.658-.4,1.682,1.682,0,0,0,.421-.284,2.289,2.289,0,0,1,.321-.275,2.993,2.993,0,0,1,.384-.237.975.975,0,0,0,.3-.257,1.684,1.684,0,0,1,.148-.159c.056-.051.117-.1.174-.147a2.564,2.564,0,0,1,.36-.236c.219-.118.4-.284.59-.378l.045-.023.04-.023a.264.264,0,0,0,.043-.026.476.476,0,0,0,.073-.063,1.455,1.455,0,0,1,.134-.134c.219-.169.436-.34.651-.517.08-.064.145-.066.2,0a.079.079,0,0,0,.1.023,1.011,1.011,0,0,0,.388-.451c-.058-.153.1-.191.182-.27a.194.194,0,0,1,.244-.062c.048.024.118-.035.131-.075a.707.707,0,0,1,.265-.3.736.736,0,0,0,.269-.3.194.194,0,0,1,.166-.1.055.055,0,0,0,.057-.047.151.151,0,0,1,.145-.118c.062-.006.089-.05.113-.1.016-.034.048-.09.068-.091.135-.01.208-.147.312-.181.148-.049.189-.18.288-.261.225-.184.44-.38.659-.571a.39.39,0,0,1,.135-.087.42.42,0,0,0,.29-.259.5.5,0,0,1,.315-.233.505.505,0,0,1,.266-.289.886.886,0,0,0,.26-.162,1.021,1.021,0,0,0,.2-.243.582.582,0,0,1,.266-.262,1.143,1.143,0,0,0,.342-.243c.1-.085.192-.171.289-.258.063-.057.132-.111.19-.173s.171-.027.188-.14a.307.307,0,0,0,.2-.183c.027-.066.111-.124.174-.181L15.04,4.3c.075-.066.145-.163.226-.192a1.765,1.765,0,0,0,.508-.372c.044-.036.086-.1.132-.106a.339.339,0,0,0,.289-.261,2.1,2.1,0,0,1,.457-.378c.083-.038.142-.064.173-.155a.21.21,0,0,1,.189-.141c.026,0,.052,0,.078-.007.115-.019.118-.022.157-.152.045-.153.047-.154.208-.185a.266.266,0,0,0,.152-.051.229.229,0,0,1,.147-.068,1.619,1.619,0,0,0,.237-.019c.121-.023.1-.152.17-.22a1.721,1.721,0,0,1,.645-.367c.1-.036.119-.021.082.113-.013.045-.008.077.041.054.085-.043.183-.043.258-.126a.272.272,0,0,1,.318-.107.194.194,0,0,0,.148-.058c.048-.049-.01-.083-.037-.115-.075-.091-.153-.178-.226-.272a.077.077,0,0,1,.019-.1c.062-.058.126-.115.192-.168a.174.174,0,0,1,.076-.02c.168-.028.168-.027.195-.149a1.189,1.189,0,0,1,.048-.192.13.13,0,0,1,.1-.042A.121.121,0,0,1,20.1.577c-.014.063-.048.125-.065.187a.059.059,0,0,0,.027.058.076.076,0,0,0,.069,0c.089-.071.175-.146.26-.222.062-.055.062-.1-.03-.134S20.3.38,20.325.322a.087.087,0,0,1,.126-.057c.063.036.083,0,.114-.054a.569.569,0,0,1,.112-.12.048.048,0,0,1,.038,0c.006,0,.01.017.007.026-.024.056-.082.111.027.132a.456.456,0,0,1,.324.2A.511.511,0,0,0,21.2.575.083.083,0,0,0,21.3.564c.044-.034.1-.082.145-.056.1.056.227.02.34.03A.072.072,0,0,1,21.858.6a.127.127,0,0,1-.033.07c-.075.094-.2.107-.276.171s-.121.212-.241.275c-.013.006-.028.014-.037.012s-.062-.013-.062-.024c0-.135-.148-.128-.21-.205-.008-.009-.047,0-.07.008a.076.076,0,0,0-.035.1c.028.037.061.072.087.111.077.106.077.132-.031.223-.085.071-.155.178-.269.194a.73.73,0,0,0-.3.1c-.133.083-.251,0-.252-.154,0-.05.008-.1,0-.15,0-.016-.035-.026-.056-.033a.046.046,0,0,0-.036.01c-.047.1-.189.19-.1.309.058.073.02.2.1.264.009.007,0,.052-.019.071-.05.068-.017.078.035.1a.2.2,0,0,0,.247-.05c.008-.007.026,0,.038-.006a.389.389,0,0,1-.008.063c-.006.024-.016.048-.024.072a.1.1,0,0,0,.038,0c.048-.028.094-.059.142-.085.086-.045.087-.044.057-.121-.042-.1-.043-.111.08-.16a.356.356,0,0,0,.173-.11c.087-.132.3-.083.347-.272a.312.312,0,0,1,.112-.02c.208,0,.368-.171.557-.241A.87.87,0,0,1,22.1.819c.093-.085.208-.154.241-.283a3.561,3.561,0,0,1,.512-.443c.01-.007.027-.006.038-.01A.1.1,0,0,1,23,.133a.294.294,0,0,1-.113.38A.258.258,0,0,0,22.794.6a.734.734,0,0,1-.268.312c-.146.086-.173.253-.293.347a1.135,1.135,0,0,0-.339.463.7.7,0,0,1-.243.329.235.235,0,0,0-.1.173.243.243,0,0,1-.2.231c-.037.009-.1.033-.1.055-.038.128-.188.213-.19.354,0,.094-.064.139-.159.154a.218.218,0,0,0-.153.129.7.7,0,0,1-.086.138.327.327,0,0,1-.211.125,2.118,2.118,0,0,1-.082.217.282.282,0,0,1-.089.09.8.8,0,0,0-.293.393c-.034.1-.1.115-.181.141a.089.089,0,0,0-.036.152.245.245,0,0,0,.171.05c.082.006.1.043.075.118a1.583,1.583,0,0,0-.085.223.314.314,0,0,1-.134.2.342.342,0,0,0-.163.27c0,.076-.057.113-.133.129-.035.008-.1.038-.1.059-.023.118-.161.175-.191.264-.041.121-.175.189-.188.316,0,.036.014.073.051.064s.1-.033.153-.041c.019,0,.055.015.054.026a3.174,3.174,0,0,1-.056.345.09.09,0,0,1-.1.051c-.036-.009-.068-.029-.1-.036-.071-.013-.1.012-.127.1a.373.373,0,0,1-.086.18,5.81,5.81,0,0,0-.461.624.724.724,0,0,1-.143.2.986.986,0,0,0-.364.49c-.02.061-.076.076-.128.084a.108.108,0,0,0-.093.071c-.026.112-.1.139-.2.174a.142.142,0,0,0-.1.185c.013.035,0,.1-.035.1-.146,0-.169.16-.273.205a.371.371,0,0,0-.255.336.124.124,0,0,1-.1.108.53.53,0,0,0-.225.082c-.061.057-.02.141-.012.215s-.126.2-.227.208a.525.525,0,0,0-.443.323,1.6,1.6,0,0,1-.14.16c-.047.061-.132.022-.173.1s-.1.139-.138.211c-.027.049-.037.113-.1.127-.1.024-.21.11-.312.07-.023-.009-.029-.084-.038-.08a2.121,2.121,0,0,0-.231.086c-.009,0-.017.022-.021.034s0,.026.007.026c.037.006.078,0,.114.012s.078.012.1.035c.041.048-.01.1-.054.132a1.06,1.06,0,0,1-.27.21c-.143.052-.142.2-.257.268a1.82,1.82,0,0,1-.305.139c-.061.024-.085-.033-.12-.063a.92.92,0,0,0-.261.128c-.1.089-.194.175-.293.26l-.3.252c-.021.019-.042.04-.063.061a.087.087,0,0,0-.01.061h0l.08.012a.264.264,0,0,1,.211-.178c.073-.012.121-.072.181-.11.075-.045.056-.159.16-.177.089-.016.141-.1.213-.141.017-.01.057-.014.062,0a.129.129,0,0,1,0,.073c-.014.084-.147.071-.156.169a.152.152,0,0,1-.084.089.483.483,0,0,0-.34.284l-.01.01.04,0a5.464,5.464,0,0,0,.675.041.417.417,0,0,1,.307.044c.009,0,.034,0,.036-.006a.05.05,0,0,1,.062-.036l.162.016a.227.227,0,0,1,.246.023l.08.007a.508.508,0,0,1,.233-.033c.044.01.085.027.127.037l.028,0a.1.1,0,0,0,.029.015.282.282,0,0,0,.1-.008c.177-.049.36-.08.541-.118.164.178.392-.086.556.092.126-.009.252-.115.379,0a4.217,4.217,0,0,0,.44-.075.579.579,0,0,1,.328.035.7.7,0,0,0,.426.02c.11-.038.338.064.447.023.126-.045.27.115.387.135,0,.024.168-.022.227.008a.054.054,0,0,1,.028.052h.021c.014,0,.031-.007.041,0,.133.076.275.024.413.037a1.472,1.472,0,0,0,.417,0,.374.374,0,0,1,.126.016c.049.007.1.01.147.022s.087-.033.139-.029a.239.239,0,0,0,.142-.013.2.2,0,0,1,.163.012.1.1,0,0,1,.059.092c0,.008.033.019.051.021s.029-.016.021-.034a.048.048,0,0,1,.044-.069.731.731,0,0,1,.289.006A.146.146,0,0,0,21.3,12.7a.07.07,0,0,1,.057-.009c.062.041.14.024.2.052a.167.167,0,0,0,.1.016c.042,0,.062-.017.072-.048a.021.021,0,0,1,.016-.01.545.545,0,0,1,.2.009,1.131,1.131,0,0,0,.269.05c.048-.076.121-.021.183-.017a1.525,1.525,0,0,1,.19.028.541.541,0,0,0,.328-.008.468.468,0,0,1,.21.066s0,.012,0,.017c.024.051.061.059.091.016a.109.109,0,0,1,.1-.052.388.388,0,0,0,.1,0,.137.137,0,0,1,.115,0c.035.015.084,0,.125.008.021,0,.041.028.062.043-.049.038-.047.038-.006.065l.033.023a.124.124,0,0,0,.149.028.323.323,0,0,1,.054-.026c.065-.012.133-.037.188.029a.089.089,0,0,0,.058.016c.049,0,.1,0,.146,0s.1.019.141-.01.087.031.138.009c.029-.013.07-.006.1-.019a.14.14,0,0,1,.12,0c.033.014.061.028.094.008a.113.113,0,0,1,.118,0c.069.044.1,0,.146-.021.02.016.037.049.061.037.065-.033.138-.012.2-.023.04-.006.036.014.055.027a.242.242,0,0,0,.212.033,1.036,1.036,0,0,1,.237-.052s0-.012,0-.016l-.013-.014c-.019-.013-.038-.006-.058-.006-.076,0-.152,0-.229,0a.041.041,0,0,1-.04-.035c0-.021.021-.033.04-.03a4.727,4.727,0,0,0,.479.017,1.493,1.493,0,0,1,.251.016.17.17,0,0,0,.083,0,.31.31,0,0,1,.2-.007,1.1,1.1,0,0,0,.188.014,2.351,2.351,0,0,1,.311.016,1.787,1.787,0,0,0,.251.019.376.376,0,0,1,.2.04.127.127,0,0,1-.093.019.167.167,0,0,0-.18.065,1.217,1.217,0,0,0,.253.024,2.522,2.522,0,0,1,.456.033c.037,0,.05,0,.045-.027s-.009-.054-.012-.08,0-.036.03-.035a1.872,1.872,0,0,1,.229.009c.126.017.253,0,.377.028a.073.073,0,0,0,.042,0,.719.719,0,0,1,.368.021c.014,0,.016.016,0,.026a.165.165,0,0,1-.187.027.35.35,0,0,0-.141-.031.078.078,0,0,0-.054.016c-.02.026-.031.051-.066.013a.232.232,0,0,0-.176-.045c-.028,0-.04.026-.042.048s-.006.034.024.037a1.491,1.491,0,0,0,.291.024,1.313,1.313,0,0,1,.356.022.4.4,0,0,0,.146.012,1.15,1.15,0,0,1,.437,0,.389.389,0,0,0,.083,0,2.473,2.473,0,0,1,.335.015,1.76,1.76,0,0,0,.272.014.292.292,0,0,0,.157-.027c.013.012.029.033.038.031.079-.008.162.026.237-.012a.512.512,0,0,0-.2-.042.223.223,0,0,0-.073.02.252.252,0,0,0-.061-.041.37.37,0,0,0-.164-.012c-.029.006-.044-.02-.061-.037a.138.138,0,0,1,.114-.016.471.471,0,0,0,.266.007c.1-.044.183.015.276.015.036,0,.05.057.02.077a.715.715,0,0,1-.065.036.252.252,0,0,0,.057.019c.121.014.246.012.368.026a.23.23,0,0,0,.154-.026.5.5,0,0,0-.336-.059c-.013,0-.027.006-.041.007s-.044-.021-.038-.031.01-.023.021-.024a.622.622,0,0,1,.122-.012c.112.006.223.015.335.024a2.243,2.243,0,0,0,.374.012,1.388,1.388,0,0,1,.374.044c.016,0,.03.021.043.034s.008.029,0,.044-.04.03,0,.03a1.115,1.115,0,0,1,.125,0,.818.818,0,0,0,.251.023c.07.036.149.008.224.028s.157-.04.245-.01c.014,0,.042-.01.034-.029a.064.064,0,0,0-.038-.033.137.137,0,0,0-.119.015.109.109,0,0,1-.1.016l-.192-.065s-.006-.008-.008-.014l0-.013a1.892,1.892,0,0,1,.229-.014c.188.01.374.028.563.042a2.075,2.075,0,0,1,.208.009,4.276,4.276,0,0,0,.585.048,1.437,1.437,0,0,1,.187.015.228.228,0,0,0,.142,0,.1.1,0,0,1,.061,0,3.217,3.217,0,0,0,.4.042c.118.008.236.023.353.027.041,0,.082,0,.125.008s.11-.006.141.013c.058.035.058-.029.1-.017s.1.016.146.028a.076.076,0,0,1,.064.057c0,.023-.028.034-.08.027s-.111-.019-.167-.026a.129.129,0,0,0-.04.007s-.01.009-.009.012,0,.01,0,.012a.018.018,0,0,1,.008,0,1.566,1.566,0,0,0,.268.04,1.8,1.8,0,0,1,.388.048.1.1,0,0,0,.077,0,.216.216,0,0,1,.159-.015c.111.021.222.038.333.058a.17.17,0,0,0,.143-.042l0-.013c-.019-.006-.038-.013-.058-.017-.047-.013-.1-.009-.132-.047a.073.073,0,0,1-.015-.028c0-.01.009-.015.027-.013a.64.64,0,0,0,.189.014,1.93,1.93,0,0,1,.243.017.115.115,0,0,1,.085.043c.028.029.036,0,.056-.006a.311.311,0,0,1,.139-.009A1.842,1.842,0,0,1,38,13.6a.123.123,0,0,0,.079,0,1.219,1.219,0,0,1,.351-.006.5.5,0,0,1,.183.02c.069.028.124,0,.183.007a.632.632,0,0,1,.1.015.686.686,0,0,0,.206.015.522.522,0,0,1,.1,0c.138.024.277.052.415.08.058.012.071.037.049.093-.01.024.014.024.033.029a.141.141,0,0,0,.1-.013.546.546,0,0,1-.052-.066c0-.007.021-.021.035-.029h.02c.055,0,.094.054.156.034a.183.183,0,0,0,.154.009.03.03,0,0,1,.02,0,.265.265,0,0,0,.2.028.746.746,0,0,1,.245.035.044.044,0,0,1,.024.023c.008.014,0,.019-.022.015a.472.472,0,0,0-.239.008.276.276,0,0,0-.215-.021.264.264,0,0,0,.216.022h0c.016.007.038.021.052.019a2.314,2.314,0,0,1,.269.026.172.172,0,0,1,.14.055c.027.04.031.058.094.034a.721.721,0,0,1,.171-.034c.04,0,.07.036.117.024a.123.123,0,0,1,.055.019c.03.012.036,0,.042-.016a.059.059,0,0,1,.069-.017c.128.036.262.023.392.052a.192.192,0,0,0,.075-.014.329.329,0,0,0,.178.034c.079-.009.127.048.2.05.057-.058.138,0,.2,0,.021,0,.037-.015.031-.031s-.02-.027-.026-.041.012-.042.041-.036l.167.029a.678.678,0,0,0,.125.016.613.613,0,0,0,.14-.013c.049-.014.085.038.136.036a.365.365,0,0,1,.062,0,.148.148,0,0,1,.108.043.073.073,0,0,0,.09.012.166.166,0,0,1,.155,0c.016.008.045.021.055.017.1-.035.192.015.287.029a.084.084,0,0,1,.038.013.037.037,0,0,1,.015.026.031.031,0,0,1-.023.02c-.041,0-.083-.009-.122-.012a.042.042,0,0,0-.029.015s.012.015.021.019a.266.266,0,0,0,.264,0c0-.082.012-.1.1-.069a.8.8,0,0,0,.3.04.7.7,0,0,1,.246.036c.019,0,.034.029.024.036s-.022.016-.031.015c-.083-.007-.166-.021-.25-.026a.905.905,0,0,0-.286-.009.434.434,0,0,0,.075.026,3.121,3.121,0,0,1,.374.058.119.119,0,0,0,.061,0c.072-.028.152.014.225,0a1.772,1.772,0,0,0,.407.055.671.671,0,0,1,.324.094.087.087,0,0,0,.1-.012c.019-.021.038-.042.076-.02.1.055.223.028.316.079a.584.584,0,0,1,.314.083.047.047,0,0,0,.065-.012.048.048,0,0,1,.045-.019.43.43,0,0,1,.145.014.937.937,0,0,0,.3.051.266.266,0,0,1,.075.024c.017-.047.083-.031.132-.041s.077-.021.078.028a.154.154,0,0,0,.1.01.161.161,0,0,1,.138.012c.047.029.11.027.152.056a.216.216,0,0,1,.153-.015c.133.043.277.041.414.072.035.008.019-.014.019-.026s0-.02,0-.026.022,0,.035-.007c.01.043.061.035.1.04a.124.124,0,0,1,.085.042c.022.024.033.014.061,0a.235.235,0,0,1,.175.01.265.265,0,0,0,.155.035.25.25,0,0,1,.063.009c.07.012.073.021.037.059L48.843,15c.042,0,.083,0,.125,0a.445.445,0,0,1,.063.019.611.611,0,0,0,.22.041.113.113,0,0,1,.045,0l.007,0h.022c.031,0,.063,0,.093,0,.047,0,.066.024.1.038l0,.008h0a.5.5,0,0,1,.084.009c.007,0,.016.007.016.009s-.007.009-.013.009a.47.47,0,0,1-.114,0c-.065-.014-.133-.022-.2-.036-.117-.026-.113-.029-.156.028l-.013.006a.05.05,0,0,1-.021-.009.187.187,0,0,1-.012-.027c-.016-.037-.017-.04-.091-.045a.252.252,0,0,1-.085-.023c-.048-.019-.066,0-.092.017s-.013.02,0,.028l-.017,0c-.023,0-.044,0-.064,0a.043.043,0,0,0,0-.036.063.063,0,0,0-.012-.023A.373.373,0,0,1,48.683,15a.071.071,0,0,0-.033.009c-.033.017-.037.015-.066,0a.2.2,0,0,1-.038-.02c-.008-.008-.014-.02-.009-.028a.027.027,0,0,1,.02-.015c-.048-.021-.05-.02-.117.009-.033.015-.071.024-.1.036s-.063-.017-.1-.023c-.023.041-.056.01-.091,0s-.069-.016-.1-.024c-.012,0-.077.047-.069.054a.061.061,0,0,0,.033.015.532.532,0,0,1,.238.047.136.136,0,0,1,.077-.013,1.658,1.658,0,0,0,.267.047s.021.026.016.034-.03.015-.047.021a.816.816,0,0,0,.18.05c.027.008.027.008.065.058a.059.059,0,0,0,.033.017c.02,0,.041,0,.041-.019s-.028-.049.04-.037c.047.009.1.007.145.015s.108.024.163.035.056.023.055.049.022.029.043.027a.718.718,0,0,1,.166.015.578.578,0,0,1,.328.091c.008.007.037,0,.057.008a.08.08,0,0,1,.03.013l.022.022.006-.008.023,0h.026c.043.037.113.027.162.056s.117-.009.171.034c.027.021.033-.03.065-.019a.5.5,0,0,1,.085.047c.033.022.065.012.1.014s.087-.009.122.02c.019.015.027.015.038,0s.12-.016.115-.012c-.019.029,0,.043.024.049a.208.208,0,0,0,.071,0c.033-.007.1,0,.113.017v0l.038-.014.019.009c.05.037.161.014.21.057a.3.3,0,0,0,.078.007,1.058,1.058,0,0,1,.208.054v.012a.764.764,0,0,1-.229-.034.221.221,0,0,0-.146-.009l-.023.006-.013,0c-.041-.027-.117-.033-.159-.058l-.024.013a.147.147,0,0,1-.139,0c-.059-.037-.143.007-.192-.045l-.128,0a.326.326,0,0,1-.148-.026c-.035-.016-.1,0-.149-.008a.5.5,0,0,0-.145-.031.333.333,0,0,1-.133-.009h-.02c-.022,0-.03.013-.015.026s.03.03.041.03a.593.593,0,0,1,.2.045c.013,0,.042-.007.041.012s-.026.016-.038.024-.034.016,0,.028a.317.317,0,0,0,.059.015c.121.026.241.052.364.072l.048.007a.418.418,0,0,1,.044-.092c.009-.015.082,0,.092.016a.174.174,0,0,0,.16.087.041.041,0,0,1,.037.029.833.833,0,0,1,.166.031.123.123,0,0,1,.036,0,.041.041,0,0,1,.022.016v-.012a.048.048,0,0,1,.059-.02c.066.037.152.02.205.044a.562.562,0,0,0,.24.024.367.367,0,0,1,.076.022.625.625,0,0,0,.259.05.107.107,0,0,1,.052,0c.054.043.138.016.178.038.063.037.122.021.183.037.007,0,.019.008.019.012s-.008.012-.016.012a.526.526,0,0,1-.135,0c-.076-.016-.155-.027-.23-.044-.135-.031-.133-.035-.184.036a.023.023,0,0,1-.017.008.045.045,0,0,1-.022-.012.2.2,0,0,1-.013-.034c-.02-.048-.02-.05-.106-.056a.288.288,0,0,1-.1-.03.09.09,0,0,0-.1.017l-.009,0c-.014,0-.026,0-.038,0a.076.076,0,0,1-.049.01,1.924,1.924,0,0,0-.246-.017.4.4,0,0,1-.1-.019.306.306,0,0,0-.128,0,.132.132,0,0,1-.037,0c-.177-.026-.354-.036-.532-.05a.225.225,0,0,0,.1.033.786.786,0,0,0,.161.029.237.237,0,0,1,.134.026c.04.024.115.019.153.042l.073.008c.02.03.089.008.192.023a.131.131,0,0,0,.083-.008c.037-.007.1.041.11.023s.01-.01,0-.022c.014,0,.016,0,.024,0a1.249,1.249,0,0,0,.176.048.669.669,0,0,0,.142.012c.056,0,.1.008.1.035.065.016.065.048.131.065a.5.5,0,0,1,.113.026.457.457,0,0,0,.225.033c.009,0,.009-.014.006-.023A.123.123,0,0,0,52.3,16.3c-.024,0-.059,0-.061-.013s.033-.008.056-.006a.267.267,0,0,0,.083,0,.093.093,0,0,1,.08,0,.518.518,0,0,0,.2.045.265.265,0,0,0,.136.026c.063,0,.1.029.162.031a1.033,1.033,0,0,1,.146.01c.045.008.087.021.135.029a1.088,1.088,0,0,0,.234.031c.064,0,.1.035.162.033a.194.194,0,0,1,.076.029c.007.015-.044,0-.071.006h-.009a.189.189,0,0,1,.031.009.613.613,0,0,0,.14.017c.031.006.064.014.1.021a.063.063,0,0,1,.022,0c.02,0,.043,0,.035.015a.126.126,0,0,1-.041,0,.032.032,0,0,1-.02,0l-.12-.008a.787.787,0,0,1-.162-.028,1.018,1.018,0,0,0-.194-.015,1.7,1.7,0,0,0-.185-.033.43.43,0,0,1-.2-.04.232.232,0,0,0-.066-.014l-.27-.019a.564.564,0,0,1-.174-.024c-.072,0-.1.008-.175,0a.4.4,0,0,1-.161-.028l-.2-.012a.284.284,0,0,1-.041-.014.03.03,0,0,0-.034,0,.111.111,0,0,1-.1,0c-.04-.016-.091-.015-.135-.033s-.092,0-.136-.021l-.02-.007-.048,0a.579.579,0,0,1-.21-.029c-.048,0-.1-.009-.146-.008a.821.821,0,0,1-.138-.027.736.736,0,0,1-.189-.017,1,1,0,0,0-.216-.022l-.023,0c-.062-.034-.141-.015-.2-.03l.009.013c.014.019.052.027.007.044a.3.3,0,0,1-.135.016c-.009,0-.017.009-.027.015a.165.165,0,0,0,.028.015.367.367,0,0,0,.1.019h.027a.029.029,0,0,1,.016-.013.116.116,0,0,1,.089.021l.02.01a2,2,0,0,0,.3.051,1.255,1.255,0,0,1,.223.051l.006,0a.138.138,0,0,1,.156.022.265.265,0,0,0,.2.055c.008,0,.024.014.037.02a.086.086,0,0,1,.058.065c.013.037.017.037.084.037.012,0,.026,0,.073.006,0,0,0,0,0,.009a.311.311,0,0,0,.1.044.868.868,0,0,0,.146,0c.037,0,.075,0,.111,0l-.085-.015.113.016a.307.307,0,0,1,.057.008c.131.017.145.016.15.013a.024.024,0,0,0,.007-.027c0-.009-.016-.024-.024-.024a1.2,1.2,0,0,0-.171,0,.511.511,0,0,1-.25-.042.141.141,0,0,0-.092-.013,1.414,1.414,0,0,1-.161-.065c-.017-.009-.038-.019-.013-.034a.284.284,0,0,0,.058-.044c.026-.027.045-.006.073,0s.1,0,.1.054c0,.012.042.02.064.014s.03-.022.05-.027a.148.148,0,0,1,.068,0c.033.012,0,.052.071.055a.471.471,0,0,1,.111.029s.121,0,.131,0a.41.41,0,0,1,.191.024.126.126,0,0,0,.126-.008.079.079,0,0,1,.084-.006.938.938,0,0,1,.21.089.1.1,0,0,0,.139.006.124.124,0,0,1,.065,0c.013,0,.027.019.04.02.057,0,.114,0,.171.006s.1.044.16.033a.191.191,0,0,1,.135.03.489.489,0,0,1,.11.085.133.133,0,0,0,.1.041.192.192,0,0,1,.093.015.787.787,0,0,0,.155.044.083.083,0,0,1,.054.006.424.424,0,0,0,.066,0,.06.06,0,0,1,.024.017l-.01.009a.79.79,0,0,0,.157,0c.071-.008.117.045.187.034a.171.171,0,0,1,.135.029.284.284,0,0,1,.111.03.52.52,0,0,0,.122.006.077.077,0,0,1,.023,0,.1.1,0,0,1,.029.024c.012.015,0,.034-.019.034-.038,0-.082.012-.117-.013-.052-.038-.134,0-.182-.044,0-.006-.029-.006-.044-.007a.321.321,0,0,1-.166-.026.284.284,0,0,0-.117-.006c-.054,0-.08-.041-.136-.034l-.03,0-.016.012a.08.08,0,0,1-.1,0,.176.176,0,0,0-.092-.017.313.313,0,0,1-.1-.006.929.929,0,0,0-.269-.065c-.061-.04-.125-.017-.189-.023-.041.047-.125.024-.194.029a.128.128,0,0,1-.089-.023.276.276,0,0,0-.156-.041c-.085,0-.173.026-.26-.026a.081.081,0,0,0-.031.012.061.061,0,0,1-.059.013.386.386,0,0,0-.21-.03c-.034,0-.07,0-.089-.022-.059-.062-.177-.019-.241-.07a1.4,1.4,0,0,0-.173,0c-.064.01-.1-.035-.16-.031-.073,0-.153,0-.222,0a.956.956,0,0,1-.234-.029c-.049,0-.1.007-.149,0a.622.622,0,0,1-.149-.049.152.152,0,0,0-.071-.009,1.974,1.974,0,0,0-.22,0,.326.326,0,0,1-.126-.022c-.026,0-.051-.008-.078-.014l-.03,0c-.047.012-.078-.006-.083-.041,0-.007-.023-.02-.036-.02-.049,0-.1,0-.147,0a.286.286,0,0,1-.14-.021.178.178,0,0,0-.055-.009v0c0,.01-.016.015-.031.016h0l-.3-.024c-.012.009-.019.012-.031,0l-.015-.007h-.065a.124.124,0,0,1-.056-.014l-.072-.006a.186.186,0,0,0-.093.01c.019.02.035.04.055.058s.041.029.086.017c.02,0,.036-.012.054-.015V16.56c0-.014.017-.03.042-.008s.132,0,.119.063l.178.043c.065,0,.131,0,.2,0a.138.138,0,0,0,.1-.033.077.077,0,0,1,.079.021c.01.022.016.044.061.038a.209.209,0,0,1,.135.03.294.294,0,0,1,.218.068.063.063,0,0,1,.023.031l.007.028c0,.026,0,.026-.054.01s-.112-.017-.118-.064l-.02-.009c-.066.016-.122-.022-.185-.029s-.1-.006-.083.047c0,.014-.027.022-.054.019s-.045-.01-.047-.03a.109.109,0,0,0-.007-.033.105.105,0,0,0-.023-.026c-.073.008-.138-.033-.209-.034s-.164,0-.246.007a.158.158,0,0,1-.111-.029.183.183,0,0,0-.136-.029c-.051.007-.118-.01-.15.029-.01.01-.02.007-.037,0s-.04-.022-.059-.033-.059-.027-.064-.044a.63.63,0,0,0-.26,0c-.016,0-.043-.007-.062-.007-.146,0-.286-.048-.431-.049a.834.834,0,0,0-.3,0,.383.383,0,0,0-.112.026.85.85,0,0,0-.1.047c-.008,0-.01.02-.007.028a.046.046,0,0,0,.026.023.256.256,0,0,0,.1.023,2.464,2.464,0,0,1,.289.026,1.63,1.63,0,0,1,.287.034c.131.021.132.026.057.11-.008.009.008.04.021.04a1.337,1.337,0,0,0,.205,0c.073-.01.121.052.2.036a.343.343,0,0,1,.121.015l.092.02,0,0,.009,0a.818.818,0,0,0,.267.019c.013,0,.034.015.049.026s.015.035-.015.042a.42.42,0,0,0-.076.017.207.207,0,0,1-.1.015,3.076,3.076,0,0,0-.308-.027.6.6,0,0,1-.3-.05l-.021,0c-.149-.012-.3,0-.452-.026-.024,0-.069,0-.075.009-.023.058-.091.031-.139.043a.387.387,0,0,1-.063,0l-.163.01c-.016,0-.027,0-.022.019a.079.079,0,0,0,.027.024c.043.03.044.03,0,.051-.016.009-.034.016-.051.024a.094.094,0,0,1,0,.03c0,.03.008.061.049.054.064-.009.11.043.177.024a.469.469,0,0,1,.239.026s.017.007.016.008a.053.053,0,0,1-.019.024.426.426,0,0,1-.065.033.116.116,0,0,0,.136.047c.041-.012.1-.021.083-.075a.025.025,0,0,1,.01-.024.1.1,0,0,1,.041,0c.051.017.092-.007.139-.014s.087.031.133.04c.08-.045.163.01.243,0a.119.119,0,0,1,.1.038.051.051,0,0,0,.056.006.257.257,0,0,1,.2-.012.187.187,0,0,0,.1,0,.181.181,0,0,1,.079,0c.1.02.2.041.3.064a.023.023,0,0,1,.014.009c-.007.007-.015.019-.024.02-.062,0-.121-.016-.185-.006-.038.006-.04.022-.042.041s.027.015.043.015.041,0,.049.02,0,.026-.02.037c-.049.037-.048.037.012.052a.881.881,0,0,1,.1.026.1.1,0,0,1,.04.035.032.032,0,0,1,.006.028c-.006.008-.022.02-.03.017-.139-.026-.288.019-.422-.044-.014-.006-.04.006-.058.007s-.047.007-.057,0a.279.279,0,0,0-.178-.026.229.229,0,0,1-.176-.028c-.113,0-.223-.057-.339-.019a.175.175,0,0,1-.082,0c-.048-.007-.1-.017-.141-.028a.513.513,0,0,0-.284,0,.07.07,0,0,1-.059,0,.205.205,0,0,0-.136-.024.875.875,0,0,1-.164-.007.044.044,0,0,1-.027-.021.032.032,0,0,1,.008-.029c.007-.008.021-.012.031-.02s.042-.022,0-.034a.263.263,0,0,0-.121-.02.67.67,0,0,1-.276-.006.357.357,0,0,0-.259.02.056.056,0,0,1-.057,0,.356.356,0,0,0-.2-.034,1.61,1.61,0,0,1-.247-.016.072.072,0,0,1-.064-.036c-.006-.014,0-.041-.01-.043-.037-.009-.042.019-.057.036a.077.077,0,0,1-.045.029.389.389,0,0,1-.2-.013.223.223,0,0,0-.211-.02c-.015.007-.04,0-.061,0a.832.832,0,0,0-.326,0c-.026.008-.05-.014-.061-.037a.074.074,0,0,1-.006-.033c.056.01.1-.043.156-.016.024.012.049.033.044-.013-.008-.066-.037-.134.027-.194.014-.013-.008-.037-.026-.037a.307.307,0,0,1-.117-.024.208.208,0,0,0-.181-.009.186.186,0,0,1-.08,0c-.034,0-.066-.012-.1-.016a.035.035,0,0,0-.041.045c.007.016.024.031.026.048a.076.076,0,0,1-.029.078.024.024,0,0,1-.017.007.057.057,0,0,1-.017,0c0-.023.006-.045.007-.069,0-.049-.019-.071-.078-.091a.043.043,0,0,0-.059.044c0,.028.051.02.044.049a.281.281,0,0,1-.016.069c-.026.057.007.085.068.106.006,0,.008.02.012.03l-.015.007a.368.368,0,0,1-.061.006.785.785,0,0,0-.185-.017,1.707,1.707,0,0,1-.309,0c-.051,0-.045-.019-.062-.041s-.056-.027-.071,0a.086.086,0,0,1-.1.042,1.644,1.644,0,0,0-.187-.006c-.019,0-.047,0-.057.008a.369.369,0,0,1-.351.043c-.017,0-.041.007-.062.006a.336.336,0,0,1-.121-.017.2.2,0,0,0-.211-.015.029.029,0,0,1-.02,0,2.066,2.066,0,0,0-.328-.033c-.082-.008-.163-.044-.238.017a.083.083,0,0,1-.061,0c-.108-.042-.237.008-.342-.051-.015-.007-.041,0-.061,0a.661.661,0,0,1-.143,0,.743.743,0,0,0-.227,0,.189.189,0,0,1-.119-.02.205.205,0,0,0-.215-.01c-.015.008-.041,0-.061,0a1.162,1.162,0,0,1-.33-.031.114.114,0,0,0-.1.012.177.177,0,0,1-.156.024.477.477,0,0,0-.145-.017c-.185.016-.368-.027-.554,0a.2.2,0,0,1-.083-.008.8.8,0,0,0-.288-.012c-.089,0-.18,0-.267.016-.047.006-.03-.037-.044-.042a.17.17,0,0,0-.079,0,.71.71,0,0,1-.35,0c-.1-.031-.188.05-.286.014-.008,0-.024.01-.036.017l-.016.009a.271.271,0,0,0-.132-.035c-.036-.006-.05.01-.051.061,0,.019,0,.044-.024.036a.594.594,0,0,0-.182.006.869.869,0,0,1-.3-.006l-.019-.009a.086.086,0,0,1,.016-.033.519.519,0,0,1,.064-.044c-.092-.034-.094-.034-.141.029a.124.124,0,0,1-.08.056.247.247,0,0,1-.1.013,3.106,3.106,0,0,0-.4,0c-.014,0-.033.017-.049.028a.316.316,0,0,0,.217.038,2.029,2.029,0,0,1,.266-.006,1.42,1.42,0,0,1,.246.02.131.131,0,0,0,.1-.02.053.053,0,0,1,.072.017c.016.02.037.04.069.028a.5.5,0,0,1,.323-.009c.113.034.236-.022.342.043.02.01.068-.029.1-.023.108.02.219.01.329.023s.205.007.309.012a.592.592,0,0,1,.1,0,.574.574,0,0,0,.267,0c.03-.008.05.013.075.019a.623.623,0,0,0,.2.031c.166-.023.328.03.491.015a.1.1,0,0,1,.056.021.06.06,0,0,0,.057.009.638.638,0,0,1,.324-.012.976.976,0,0,0,.164.007,2.371,2.371,0,0,1,.514.028.142.142,0,0,0,.063,0,3.163,3.163,0,0,1,.493-.006,1.215,1.215,0,0,1,.267.014,2.256,2.256,0,0,0,.452.024c.132,0,.259.022.389.029a2.685,2.685,0,0,1,.564.055.21.21,0,0,0,.061,0,2.538,2.538,0,0,1,.41.013c.219.008.438.027.658.031a2.162,2.162,0,0,1,.368.03.281.281,0,0,0,.142,0,.189.189,0,0,1,.2.051.04.04,0,0,0,.066,0c.017-.045.066-.04.1-.038a1.833,1.833,0,0,0,.33,0,.151.151,0,0,1,.094.029.108.108,0,0,0,.1.013.26.26,0,0,1,.14-.013c.089,0,.178,0,.267,0,.085.054.169,0,.253,0a1.142,1.142,0,0,1,.125.016.74.74,0,0,0,.122.013,2.048,2.048,0,0,1,.431.023.585.585,0,0,0,.163,0c.064-.008.1.041.156.035.02,0,.038-.006.061-.006l.349,0a.08.08,0,0,1,.04.008.223.223,0,0,1,.057.045c.009.013,0,.028-.012.04a1.438,1.438,0,0,1,.321.038,1.062,1.062,0,0,1,.365.038c-.1.065-.106.066-.211.029a.4.4,0,0,0-.18-.023.683.683,0,0,1-.206-.007.62.62,0,0,0-.124,0,.625.625,0,0,1-.124,0c-.068-.015-.138,0-.2-.014a.406.406,0,0,0-.2,0,.153.153,0,0,1-.063-.006.95.95,0,0,0-.142-.009,2.709,2.709,0,0,1-.351-.013,2.632,2.632,0,0,0-.372-.013c-.066,0-.135,0-.2,0a.242.242,0,0,0-.217-.016.391.391,0,0,1-.16.006c-.048-.007-.1-.03-.142-.01a.286.286,0,0,1-.182,0c-.061-.012-.126.022-.182-.017a.094.094,0,0,0-.077-.009,1.128,1.128,0,0,1-.41-.019.487.487,0,0,0-.083,0,4.6,4.6,0,0,1-.659-.031.124.124,0,0,0-.042,0,1.145,1.145,0,0,1-.245,0,1.846,1.846,0,0,1-.267-.021.167.167,0,0,0-.063,0,.8.8,0,0,1-.308-.009.152.152,0,0,0-.061,0,.422.422,0,0,1-.281-.027.048.048,0,0,0-.04,0c-.063.047-.138,0-.2.02a1.685,1.685,0,0,0-.472-.022,2.273,2.273,0,0,0-.6-.051.172.172,0,0,1-.041-.006,1.417,1.417,0,0,0-.372,0,.416.416,0,0,1-.1,0,2.543,2.543,0,0,0-.352-.016,1.209,1.209,0,0,1-.3-.02.132.132,0,0,0-.094,0,.322.322,0,0,1-.141.022c-.124-.026-.25-.008-.371-.03a.381.381,0,0,0-.163-.015.255.255,0,0,1-.156,0c-.027-.008-.069.03-.1.023a3.156,3.156,0,0,0-.329-.022,1.461,1.461,0,0,1-.222-.029c-.057-.019-.127.047-.191,0a.535.535,0,0,1-.2,0,.741.741,0,0,0-.2.024.322.322,0,0,1-.082,0c-.129-.019-.259-.03-.389-.04a2.144,2.144,0,0,1-.431-.038.194.194,0,0,0-.082,0,1.115,1.115,0,0,1-.452-.008.181.181,0,0,0-.061-.008.563.563,0,0,1-.166,0c-.047-.007-.1,0-.143,0a.5.5,0,0,1-.163-.026c-.063-.027-.1.038-.143.033-.19-.026-.386.01-.575-.031a.1.1,0,0,0-.061.013.082.082,0,0,1-.094,0,.071.071,0,0,0-.057,0,.128.128,0,0,1-.138,0,.316.316,0,0,0-.279-.009.187.187,0,0,1-.1.017.466.466,0,0,0-.184,0,.425.425,0,0,1-.143.007c-.045-.007-.087-.036-.134-.044a.462.462,0,0,0-.184-.013c-.066.013-.136-.008-.2.033a2.64,2.64,0,0,1-.288-.007.281.281,0,0,0-.164-.012.49.49,0,0,1-.266,0,.215.215,0,0,0-.082,0,2.432,2.432,0,0,1-.513-.008,1.858,1.858,0,0,1-.267-.007c-.085-.083-.166-.014-.244.021a.043.043,0,0,1-.021,0,.408.408,0,0,1-.161-.03.225.225,0,0,0-.236,0,.492.492,0,0,1-.286.024.5.5,0,0,0-.143-.016,1.066,1.066,0,0,1-.328.006c-.267.051-.534-.029-.8.028a.255.255,0,0,1-.083-.009.786.786,0,0,0-.1-.012c-.11,0-.219.012-.329.016a2.989,2.989,0,0,0-.323,0,1.1,1.1,0,0,1-.349-.012c-.267.049-.534-.024-.8.033-.014,0-.028,0-.042,0-.118,0-.233-.007-.35-.009-.092,0-.189.051-.277-.012l-.264.035a.509.509,0,0,1-.071-.036c-.008-.007-.01-.026-.014-.04a.031.031,0,0,1,.013-.01c.014,0,.028,0,.042,0a.143.143,0,0,0,.054-.012c.015-.009-.019-.048-.054-.052a.639.639,0,0,0-.286-.014c-.012,0-.028,0-.04-.009a.014.014,0,0,1-.009-.014.031.031,0,0,1,0-.02.357.357,0,0,0,.08-.023c.021-.013.057-.035.057-.056,0-.041-.041-.034-.058-.027-.063.023-.125-.006-.184,0s-.142-.019-.176.082c-.01.029-.069.014-.071,0-.006-.058-.041-.068-.083-.072s-.1-.01-.143-.017a.112.112,0,0,0-.079.023c-.033.019-.076.1-.093-.012l-.1.017c-.014.072-.079.047-.113.08-.049.047-.107.006-.161.02-.094.022-.19.03-.284.043a.113.113,0,0,1-.061-.014.044.044,0,0,1-.02-.036.041.041,0,0,1,.017-.036c.024-.012.052-.013.077-.024s.015-.023.022-.035-.012-.01-.017-.01c-.1,0-.191,0-.286,0a1.852,1.852,0,0,1-.3-.017,2.188,2.188,0,0,0-.409.026.616.616,0,0,1-.226.006c-.091-.022-.176.028-.265.037,0,0-.007.013-.01.017a.1.1,0,0,0,.02.1c.056.028.125,0,.176.051a.034.034,0,0,1,.008.02.059.059,0,0,1-.006.017c-.065-.015-.131.02-.2,0s-.148.038-.225.024a.058.058,0,0,0-.04,0c-.049.04-.087-.029-.139-.009s-.1,0-.142.014a.544.544,0,0,1-.145,0c-.122,0-.247.006-.368.017a1.331,1.331,0,0,0-.219.052c-.006,0-.012.029-.009.044s.006.031.014.033.024-.009.038-.01a.5.5,0,0,1,.266.058.259.259,0,0,0,.059.014c.019,0,.021.016.01.035a.032.032,0,0,1-.016.014c-.056.028-.127-.026-.176.043a.351.351,0,0,0-.194-.038c-.024,0-.049.024-.073.038a.413.413,0,0,0,.2.037c.023,0,.048-.023.07-.036.106.068.222-.008.33.023a.1.1,0,0,0,.055-.012.175.175,0,0,0,.037-.022c-.026-.03-.063-.024-.1-.034-.056-.014-.063-.033-.038-.094s.028-.064.08-.04a.349.349,0,0,0,.093.042c.031.006.068-.014.1-.008a.2.2,0,0,0,.21-.057c0-.006.03,0,.03,0,.016.091.085.051.132.068a.469.469,0,0,0,.08.016c.017,0,.022.015.01.034a.061.061,0,0,1-.016.014c-.057.023-.126-.029-.175.042a.322.322,0,0,0-.27,0c.023.047-.009.068-.033.094a.128.128,0,0,0-.016.038.37.37,0,0,0,.038.012c.055.012.086-.036.124-.066a.093.093,0,0,0,.1.062c.107-.019.217-.014.324-.023a2.622,2.622,0,0,0,.506-.019.161.161,0,0,1,.156.029.28.28,0,0,1-.194.056c-.122.007-.246.012-.368.021-.08.007-.162.024-.244.031a.7.7,0,0,1-.225,0c-.082-.021-.143.038-.217.052-.055.012-.115-.017-.161.019a.174.174,0,0,1-.213,0,.3.3,0,0,0-.2-.033,1.11,1.11,0,0,1-.225,0l-.41-.017c-.085.045-.176-.007-.264.026a.593.593,0,0,1-.325,0c-.009,0-.019-.016-.024-.027s0-.016.007-.021a.368.368,0,0,1,.375-.15.239.239,0,0,0,.142-.007.4.4,0,0,1,.224-.014.3.3,0,0,0,.238-.055c-.026-.008-.056-.031-.077-.023-.084.028-.166-.006-.246,0a1.135,1.135,0,0,1-.267,0c-.069-.009-.138-.017-.206-.028a.13.13,0,0,0-.118.029c-.028.026-.052.009-.072-.015s-.038-.041-.071-.03c-.066.02-.134.034-.2.051-.019.006-.023,0-.027-.026s-.008-.057-.02-.063c-.041-.019-.03.036-.047.056a.109.109,0,0,1-.09.052.7.7,0,0,0-.226-.008c-.071.021-.147.061-.219,0-.01-.009-.04.006-.056.017a.084.084,0,0,1-.1.015c-.072-.055-.166.024-.234-.047-.006-.006-.028,0-.037.012a.118.118,0,0,1-.119.026,3.6,3.6,0,0,0-.7-.013.273.273,0,0,0-.079.02c-.026.008-.054.029-.077.026-.164-.023-.331.019-.5-.019a.245.245,0,0,0-.163,0,.482.482,0,0,1-.287.016c-.04-.007-.085-.024-.121.008a.164.164,0,0,1-.2.012.085.085,0,0,0-.094.007.215.215,0,0,1-.078.021,2.315,2.315,0,0,0-.49.047c-.024.009-.055,0-.083-.006a.505.505,0,0,0-.1-.006l-.407.065c-.1.014-.2.075-.3,0-.009-.007-.027,0-.04.008a.5.5,0,0,1-.286.016h0a.168.168,0,0,1-.129-.008.544.544,0,0,0-.133.029.19.19,0,0,1-.064.015.1.1,0,0,1-.089,0,.274.274,0,0,0-.1-.04l-.041.012a.4.4,0,0,1-.1.019.318.318,0,0,0-.035.024c-.072.059-.127.013-.185-.022l-.178.019a.19.19,0,0,1-.224.009,1.775,1.775,0,0,0-.208.008.371.371,0,0,1-.132.049c-.022,0-.047-.041-.069-.055l-.029,0a.884.884,0,0,1-.192,0,1.475,1.475,0,0,1-.287-.008.519.519,0,0,0-.2.1c-.121.1-.21-.092-.321-.021-.2.125-.412-.077-.6.1-.107-.175-.257.038-.358-.048-.118-.1-.253.064-.363-.022l0,.006a.042.042,0,0,1-.072,0,.179.179,0,0,0-.028-.03c-.079.041-.162.1-.219.064a.279.279,0,0,0-.276-.008c-.045.021-.112.062-.138.035a.122.122,0,0,0-.036-.03.12.12,0,0,1-.1.063c-.115,0-.232,0-.349,0-.068,0-.111-.021-.119-.063a.122.122,0,0,0-.02-.022,1.255,1.255,0,0,0-.173.024.326.326,0,0,1-.08.015.945.945,0,0,0-.115,0l-.012-.058c-.037.021-.072.084-.106.115,0,.061-.027.122-.035.183a.092.092,0,0,0,.058.094.08.08,0,0,0,.069-.01c.037-.028.066-.066.1-.1s.107-.016.169.055a.071.071,0,0,1-.017.122c-.026.016-.086,0-.071.051a.158.158,0,0,0,.117.106c.057.014.033-.07.05-.068a.878.878,0,0,1,.222.054c.056.022.051.093.083.134.1.118-.013.218.041.33-.055.141.031.237.154.328a.162.162,0,0,0,.18.031.093.093,0,0,1,.121.072c.021.071.057.124.136.131.034,0,.054.014.058.044.01.064.022.127.03.191,0,.03-.019.04-.052.021s-.044-.035-.068-.049-.049-.021-.073-.031a.177.177,0,0,0,.007.061c.041.083.078.169.2.15a.138.138,0,0,1,.107.037c.057.113.11.134.183.047a.075.075,0,0,1,.1.006,1.867,1.867,0,0,1,.192.166.083.083,0,0,1-.01.131.241.241,0,0,1-.093.05c-.031.009-.043.019-.03.048a.325.325,0,0,0,.229.155c.049-.006.093-.027.142-.034s.132.037.128.072a.165.165,0,0,1-.036.094.175.175,0,0,1-.093.048c-.034.008-.049.019-.026.05a.126.126,0,0,0,.062.048c.059.008.122.036.148-.05.031-.11.07-.112.156-.042.11.089.217.182.325.272a.239.239,0,0,1,.08.178c.01.1.05.154.12.173.187.048.187.048.413.25a.484.484,0,0,0,.177.1.536.536,0,0,1,.353.324c.014.036.048.069.061.106.019.054.056.049.093.054s.094,0,.115.017c.051.051-.013.08-.024.12-.006.022-.016.051-.006.07a.648.648,0,0,0,.255.316.148.148,0,0,0,.04.006.17.17,0,0,0-.012-.061.483.483,0,0,0-.059-.061c-.03-.033-.044-.065-.016-.1s.065-.028.1,0a1.28,1.28,0,0,1,.4.507,2.308,2.308,0,0,0,.117.257.155.155,0,0,0,.1.064.85.85,0,0,0,.2.007.111.111,0,0,1,.119.08c.05.11.114.216.169.324.03.059.077.091.126.065a.51.51,0,0,1,.262-.03.2.2,0,0,1,.185.142c.023.111.054.188.189.222a.124.124,0,0,1,.084.16c-.008.021-.008.063,0,.072.1.072.114.188.192.267.042.043.091.068.141.037A.4.4,0,0,0,18.162,25a.081.081,0,0,1,.131.027.744.744,0,0,0,.145.2c.1.108.177.24.284.353s.02.246-.136.23c-.04,0-.079-.019-.106.008a1.386,1.386,0,0,0-.134.163.067.067,0,0,0,.028.1.409.409,0,0,1,.177.142c.05.065.166.087.25.134.061.034.1,0,.141-.014s.107,0,.063-.085-.09-.168-.131-.253c-.03-.065,0-.094.087-.068.106.034.169.015.192-.084,0-.01.047-.009.073-.006.054.006.062.04.048.077a.24.24,0,0,0,.036.22c.042.064.055.153.166.153a.522.522,0,0,1,.114.041.406.406,0,0,1,.272.237,1.424,1.424,0,0,0,.1.18.088.088,0,0,0,.064,0,.09.09,0,0,1,.134.04.87.87,0,0,0,.184.315.382.382,0,0,1,.154.388c-.014.089.008.176,0,.262,0,.04-.065.057-.12.029a.443.443,0,0,1-.066-.049c-.031.093.066.166.092.25.007.02.069.04.1.047a.192.192,0,0,0,.166-.059A.111.111,0,0,1,20.84,28a.4.4,0,0,1,.045.068.6.6,0,0,1,.029.076l.038.1-.107-.054-.073-.029c0,.02,0,.048.008.058.051.05.108.1.111.168a.365.365,0,0,0,.171.268c.12.1.234.205.352.308.043.176.21.254.33.368s.236.2.353.308a1.491,1.491,0,0,1,.288.436.2.2,0,0,0,.182.183.2.2,0,0,1,.146.138.382.382,0,0,0,.267.239c.033.009.052.015.056.049s0,.05.008.076-.017.041-.052.021a.635.635,0,0,0-.141-.083.2.2,0,0,1-.171-.152.1.1,0,0,0-.051-.059,1.29,1.29,0,0,1-.507-.36L19.636,28a.582.582,0,0,0-.433-.209c-.05,0-.089-.059-.064-.117s-.05-.069-.073-.1a4.308,4.308,0,0,0-.74-.68c-.126-.007-.136-.092-.166-.185a.3.3,0,0,0-.236-.205c-.132.1-.239-.114-.367-.092-.012,0-.051-.059-.068-.094-.037-.077-.093-.05-.133-.038-.056.017,0,.057.01.087.02.061-.008.119-.048.1a.358.358,0,0,1-.229-.22c-.036-.094.064-.078.08-.125.012-.031,0-.073.052-.078.035,0,.042-.02.028-.048a.285.285,0,0,0-.264-.135c-.072.019-.141.036-.127.135,0,.013-.034.031-.056.034a.154.154,0,0,1-.133-.085c-.034-.051-.022-.1.041-.111.1-.012.072-.076.05-.139a.2.2,0,0,0-.15-.129.4.4,0,0,0-.266.012c-.061.034-.1.022-.1-.047a.5.5,0,0,0-.236-.4.205.205,0,0,1-.091-.173c0-.036.008-.05.042-.035s.047.029.071.041c.093.043.16.028.183-.042.016-.047-.033-.124-.1-.157a.236.236,0,0,0-.078-.021c-.083-.01-.114-.065-.136-.133a.093.093,0,0,0-.09-.069c-.041,0-.052.033-.066.069a.272.272,0,0,1-.3.125c-.013,0-.03-.012-.034-.021-.061-.159-.241-.234-.316-.374-.058-.108-.094-.052-.149-.042a.1.1,0,0,1-.069-.029.07.07,0,0,1-.01-.1.15.15,0,0,1,.118-.072c.051,0,.1-.006.153-.014s.047-.083,0-.125c-.069-.069-.108-.08-.17-.044-.091.055-.177.114-.27.166-.034.02-.079,0-.1-.038s-.058-.128-.083-.131c-.145-.016-.233-.153-.366-.187a.093.093,0,0,1-.08-.073A.47.47,0,0,1,14.1,23.4s.031,0,.036.006a.421.421,0,0,1,.069.1.15.15,0,0,0,.16.1c.056,0,.106-.01.113-.066a.208.208,0,0,0-.061-.183c-.052-.049-.108-.093-.163-.139l-.728-.6a.653.653,0,0,1-.222-.25.216.216,0,0,0-.118-.11.83.83,0,0,1-.385-.251c-.124-.111-.291-.188-.347-.361a.107.107,0,0,0-.058-.055c-.206-.04-.331-.21-.48-.335-.5-.421-1-.852-1.494-1.283-.065-.056-.128-.14-.2-.159a1.3,1.3,0,0,1-.479-.339c-.433-.372-.858-.752-1.285-1.131-.156-.139-.157-.139-.31-.038-.02.013-.036.035-.059.037a.568.568,0,0,1-.583-.192.115.115,0,0,1-.033-.1A.153.153,0,0,0,7.357,18c-.113.02-.181-.076-.266-.131s-.177,0-.265-.082c0,.013-.009.023-.028.028-.038.008-.134-.007-.128.006a2.171,2.171,0,0,0,.143.252.392.392,0,0,0,.208.159.313.313,0,0,1,.086.049.142.142,0,0,1,.041.048,1.416,1.416,0,0,0,.324.368.747.747,0,0,1,.126.117c.026.031.034.1.057.1.058.019.08-.041.12-.064a.069.069,0,0,1,.061.014.193.193,0,0,1,.034.073.342.342,0,0,0,.264.222c.065.019.133.012.2.031a.168.168,0,0,1,.075.089.157.157,0,0,1,.01.113c-.052.107.035.164.11.23s.121.05.168,0,.11-.037.17.019l.063.058a.1.1,0,0,1,.042.1c-.013.037-.049.045-.092.029s-.11-.061-.07.04a1.2,1.2,0,0,0,.054.111.34.34,0,0,0,.216.185c.075.017.094-.062.141-.1s.1-.035.169.031.058.093-.022.141c-.019.012-.056.016-.057.03a.44.44,0,0,0,.183.251.6.6,0,0,1,.146.077c.051.049.141.01.168.1s.086.091.149.125.075.11.124.153c.257.229.519.451.782.673.03.024.087.054.108.043.161-.077.182.04.2.15.023.141.155.191.244.279a1.487,1.487,0,0,1,.553.384l.86.717c.055.045.112.09.168.135.162-.035.194.162.329.211a1.583,1.583,0,0,1,.372.283l.5.407c.055.044.108.11.167.126a.379.379,0,0,1,.3.248.2.2,0,0,0,.131.091.615.615,0,0,1,.282.171c.164.134.321.281.494.4s.274.342.492.421a.165.165,0,0,1,.066.1c.014.048.036.1-.01.14-.031.026-.065.015-.106,0-.062-.028-.129-.04-.188-.072-.03-.016-.072-.073-.065-.094.044-.147-.054-.17-.17-.2a1.752,1.752,0,0,1-.227-.087.4.4,0,0,1-.258-.23c-.019-.051-.038-.093-.106-.1-.091-.015-.16-.111-.261-.113-.035,0-.059-.044-.084-.08-.086-.128-.111-.143-.215-.117-.072.02-.133.068-.167-.061a.1.1,0,0,0-.065-.044.2.2,0,0,1-.184-.135.225.225,0,0,0-.108-.117c-.079-.029-.145-.056-.176-.142a.089.089,0,0,0-.069-.03c-.072.017-.14.043-.21.065s-.121,0-.15-.079-.009-.159-.1-.21c-.034-.019-.1-.031-.1-.048-.016-.065.048-.069.093-.083.026-.008.034-.029.008-.057a.274.274,0,0,0-.1-.079.726.726,0,0,0-.539-.037c-.035.017-.08-.023-.093-.062-.024-.077-.036-.155-.055-.232s-.051-.1-.113-.072a.459.459,0,0,1-.378-.042c-.051-.022-.1-.073-.094-.126s.061-.062.125-.029c.038.02.075.014.05-.042a.792.792,0,0,0-.045-.07c-.049-.087-.058-.092-.106-.047s-.063.07-.1.1c-.006.007-.034.006-.035,0-.01-.019-.027-.045-.02-.056.023-.041.055-.076.082-.115s.007-.1-.041-.133-.1-.043-.148-.071c-.122-.069-.12-.07-.145.007a.234.234,0,0,1-.045.09c-.007.008-.047-.012-.071-.022s-.028-.022-.027-.029c.015-.076-.021-.169.073-.219.071-.038-.024-.078-.055-.11s-.068-.063-.087,0l-.079.237-.006.037c-.023-.009-.063-.014-.07-.028-.044-.093-.148-.181-.1-.288-.066-.106-.044-.268-.24-.294-.044,0-.091-.063-.139-.091s-.091-.059-.107-.049c-.1.061-.124-.007-.169-.086a.273.273,0,0,0-.135-.093,1.923,1.923,0,0,0-.274-.069.239.239,0,0,1-.15-.055.66.66,0,0,1-.07-.1c.023-.007.048-.013.07-.021s.076-.063.055-.073c-.146-.064-.14-.147-.1-.245a.081.081,0,0,0,0-.036c-.12-.027-.09-.1-.091-.169a.073.073,0,0,0-.087-.062c-.044.016-.077.052-.12.071a.09.09,0,0,1-.07-.022.086.086,0,0,1-.033-.065c.012-.045.065-.1.049-.126-.056-.1-.085-.225-.213-.273a.236.236,0,0,1-.176-.209c-.008-.11-.064-.134-.157-.127a.269.269,0,0,1-.183-.085c-.1-.083-.2-.163-.3-.24a.037.037,0,0,0-.062.021.164.164,0,0,0,0,.068.051.051,0,0,0,.029.029.3.3,0,0,1,.239.192.573.573,0,0,1,.31.213,4.161,4.161,0,0,0,.352.412.047.047,0,0,1,.012.037s-.022.009-.03.006A.262.262,0,0,0,9,20.939c-.073.017-.178-.071-.163-.145.028-.138-.042-.195-.164-.229a.271.271,0,0,1-.19-.15c-.01-.023-.028-.065-.037-.065-.147-.007-.22-.185-.366-.2a.186.186,0,0,1-.153-.131.635.635,0,0,0-.216-.255c-.062-.058-.073-.112-.03-.169a.107.107,0,0,0,.03-.062.105.105,0,0,0-.034-.065c-.017-.015-.057-.028-.07-.02-.04.024-.069.063-.106.091a.2.2,0,0,1-.282-.024.562.562,0,0,1-.194-.222.315.315,0,0,0-.2-.2A.516.516,0,0,1,6.657,19a.891.891,0,0,1-.072-.059l-.1-.093L5.346,17.826c-.377-.343-.747-.688-1.118-1.032-.149-.14-.315-.28-.464-.422a1.74,1.74,0,0,1-.35-.423,1.037,1.037,0,0,0-.173-.168l-.726-.68a2.163,2.163,0,0,0-.419-.325,1.006,1.006,0,0,1-.18-.129,1.286,1.286,0,0,1,.212-.12M18.571,6.814a.173.173,0,0,0,.1-.072c.031-.072.044-.15.072-.224s.128-.113.128-.2a.51.51,0,0,0,0-.073h-.034c-.1.047-.065.171-.163.226a.3.3,0,0,0-.135.276c0,.031-.023.089.038.071M15.728,9.859a.261.261,0,0,0,.226-.194.126.126,0,0,0-.006-.055.058.058,0,0,0-.036.009c-.033.026-.063.056-.141.126l-.07.077a.136.136,0,0,0-.013.038.151.151,0,0,0,.04,0M51.437,16a.049.049,0,0,0-.022-.01.109.109,0,0,0-.073.009l0,0,.1,0m-.215-.026h0l-.006,0-.007-.013,0,0,.014.012m2.3.537c.028,0,.054,0,.082.008a.294.294,0,0,0-.093-.022L53.5,16.5l.02.008m-.578-.078.014-.006a.187.187,0,0,0-.022-.013l-.015,0,.023.014m-2.349-.283c.023,0,.048,0,.071,0s.049,0,.07,0a.017.017,0,0,0,.013-.01.3.3,0,0,1-.043-.017h-.014l-.079-.013c-.017,0-.024.015-.044.02.009,0,.017.012.027.013m-.282-.19c.029.014.036,0,.047,0l-.056,0,.009,0m2.717.853h.017c.021-.009.016-.04-.013-.051h-.016c-.023.008-.016.04.012.051m-.226-.057a.172.172,0,0,1,.024,0,.192.192,0,0,0,.045,0c.008,0,.019-.016.014-.019a.207.207,0,0,0-.057-.031.132.132,0,0,0-.064-.009.031.031,0,0,0-.016.037c0,.014.024.026.054.023m-1.948-.284c.029.054.066.071.167.073.008.008.013.023.023.026a.472.472,0,0,1,.108.03c.045.021.075,0,.07-.043,0,0,0-.007,0-.014h.013c.008-.006.012-.013,0-.009.013-.013,0-.02,0-.019a.09.09,0,0,0-.026.014v.007c-.02,0-.034,0-.037,0a.5.5,0,0,1-.048-.051c-.017.014-.036.029-.056.042s-.021.027-.052.022c-.013-.036-.069-.045-.1-.07s-.026-.045.006-.052l-.122-.013a.157.157,0,0,1,.052.062m-1.108-.321a.219.219,0,0,0-.127.024c-.007,0-.006.013-.01.02a.261.261,0,0,0,.159.02.183.183,0,0,1,.164.013c.013.008.042.013.048,0s-.01-.023-.02-.035a.112.112,0,0,0-.071-.028c-.047-.006-.094,0-.142-.013m.187-.223-.038,0a.022.022,0,0,0-.015.019l.064,0c.006,0,.014,0,.013,0a.048.048,0,0,0-.023-.014m-.372.47a.211.211,0,0,0,.083.036.392.392,0,0,0,.122,0,.489.489,0,0,1,.206.031c.047.01.085.04.136.028s.106.021.159.03a.076.076,0,0,0,.041-.009c.034-.031.064-.023.119,0a.839.839,0,0,0,.265.007c.008,0,.016-.015.016-.024a.047.047,0,0,0-.016-.028c-.012-.012-.023-.008-.033,0a.07.07,0,0,1-.08.014.45.45,0,0,0-.112-.028c-.09-.016-.178-.043-.265-.068a.026.026,0,0,1-.014-.015.71.71,0,0,1-.1-.01c-.059-.014-.1.014-.161.006-.1-.016-.212-.017-.318-.023a.1.1,0,0,0-.026.022c-.009.01-.047.015-.02.034m-.085-.83s0,.009.009.01a.28.28,0,0,0,.185,0c.006,0,0-.013,0-.019a.1.1,0,0,0-.04-.01c-.051,0-.1,0-.155.008h-.009s.013,0,.007.012m-.079.877a.033.033,0,0,1,.026-.019h.049a.112.112,0,0,1,.02,0l.009-.014s0-.014,0-.015l0,0a.045.045,0,0,1-.033.009.671.671,0,0,1-.145-.01.11.11,0,0,0-.078.008c-.009.006-.013.014-.02.021s.012.006.017,0a.906.906,0,0,1,.162.02m-.34.085c.033,0,.066,0,.1,0a.228.228,0,0,0,.127-.024.366.366,0,0,0-.231-.014.028.028,0,0,0-.022.019s.015.014.024.015m-.687-1.392a.4.4,0,0,0,.136-.009.2.2,0,0,0-.113-.027l-.1,0c.02.017.035.042.077.038M48.2,16.29a.363.363,0,0,0,.139.027V16.3c-.008-.007-.014-.017-.026-.021-.031-.009-.065-.016-.1-.023a.06.06,0,0,0-.03.006.027.027,0,0,0,.014.024m.016.531c.054.01.106.024.161.03a.2.2,0,0,0,.073-.02s0-.009.007-.014-.006-.009-.01-.01c-.061-.013-.119-.027-.181-.036-.016,0-.035.009-.054.016a.037.037,0,0,0-.012.012c-.008.009,0,.017.015.022m.844.658a.269.269,0,0,0,.154.1c.006,0,.013,0,.019-.007s.017-.015.019-.023c0-.026,0-.05,0-.076s0-.041-.051-.026a.32.32,0,0,1-.12,0c-.009,0-.03,0-.03.008a.057.057,0,0,0,.009.028m-.31.05a.68.68,0,0,0,.1-.009.079.079,0,0,0,.071-.068c0-.009-.006-.02-.007-.03a.248.248,0,0,0-.121-.052c-.02,0-.056.017-.059.033-.013.036.048.077,0,.113-.008.006,0,.015.023.014m-.837-.169a.152.152,0,0,0,.03.016.215.215,0,0,0,.191-.02c-.056-.026-.12,0-.177-.02-.022-.007-.056.015-.044.023m-.394-2.524c.026.008.063.01.075.023s0,.034,0,.05a.018.018,0,0,0,0,.014.084.084,0,0,0,.031.008c.05-.008.062-.029.043-.058a.238.238,0,0,0-.118-.079.212.212,0,0,0-.033.013c-.014.008-.033.017,0,.029m-.2,2.517a.113.113,0,0,0,.153,0,.068.068,0,0,0,.008-.013.228.228,0,0,0-.152-.024l-.016.009c0,.01,0,.023.007.029m-.1-.2a.266.266,0,0,0,.079.008.24.24,0,0,1,.1-.016c.024,0,.034.017.019.042s-.019.034.013.028a.436.436,0,0,1,.124.008.054.054,0,0,0,.063-.03c.017-.052.079-.026.119-.037-.024-.049-.107-.054-.133-.1a.28.28,0,0,0-.155.007c-.01.056-.073.036-.114.041a.232.232,0,0,0-.114.026.016.016,0,0,0-.007.015.012.012,0,0,0,.009.01m-.26-.626a.772.772,0,0,1-.1-.023.189.189,0,0,1-.079-.052.084.084,0,0,0-.038,0c-.023.006-.021.021-.012.038s.012.024.021.028a1.736,1.736,0,0,0,.169.064.074.074,0,0,0,.07-.026L47,16.543a.25.25,0,0,0-.037-.015m-.183.563.245.047s.013,0,.017-.008l.01-.013c-.007-.009,0-.01,0-.009l-.007,0a1.2,1.2,0,0,1-.195-.059c-.024-.015-.05.007-.073.02s-.01.023,0,.026m-.586-.015a.225.225,0,0,1,.12.062.113.113,0,0,0,.132.01c.029-.015.057-.03.087-.043s.042-.02.069.027.07.035.1.061.029.006.027-.007c0-.031-.044-.058-.024-.093-.084-.035-.108-.1-.162-.153a.1.1,0,0,0-.075-.022c-.041.012,0,.034,0,.052a.057.057,0,0,1-.079.064.267.267,0,0,0-.195,0,.04.04,0,0,0-.024.023s.014.019.023.02m-.387-.03a.831.831,0,0,0,.09.038.042.042,0,0,0,.034-.012c.007-.007.006-.02.006-.03-.014-.036-.051-.049-.089-.064-.02-.008-.04-.041-.059,0a.047.047,0,0,0,.019.072m-.344-.182a.028.028,0,0,0,.012-.012V16.84a.2.2,0,0,0-.155-.017l-.007.016a.207.207,0,0,0,.152.026m-2.093-2.6a.08.08,0,0,0,.083-.022c.006-.006,0-.017,0-.026a.124.124,0,0,0-.108-.021c-.009,0-.021.016-.016.021a.172.172,0,0,0,.044.048m-5.031,2.9a.043.043,0,0,0,0-.031.106.106,0,0,0-.138-.052.817.817,0,0,0-.1.063.293.293,0,0,0,.237.021M37.943,13.7a.041.041,0,0,0,.024-.021s-.012-.017-.02-.019a1.113,1.113,0,0,0-.124-.014.729.729,0,0,0-.1.007.216.216,0,0,0,.22.047m-.4-.049a.218.218,0,0,0,.177,0,.08.08,0,0,0-.062-.037.776.776,0,0,0-.1.007c-.009,0-.016.013-.024.021l.013.008m11.156,4.3c.05-.006.1.006.147-.022-.049-.043-.051-.044-.089-.029a.682.682,0,0,0-.065.031.017.017,0,0,0-.008.014l.015.006m-11.968-.688a.972.972,0,0,0,.1,0c.062,0,.1.058.174.036a.416.416,0,0,1,.177.007.153.153,0,0,0,.134-.034,1.145,1.145,0,0,0-.219-.1.182.182,0,0,1-.17.044.43.43,0,0,0-.121-.017.178.178,0,0,0-.075.026c-.01.006-.014.022-.02.034l.02,0m.055-.138a.623.623,0,0,1,.31.047.3.3,0,0,1,.219-.033c.086.02.176.006.26.033a.3.3,0,0,0,.121-.016.025.025,0,0,0,.013-.014c.008-.013,0-.023-.016-.026-.066-.007-.132-.042-.2-.015a.043.043,0,0,1-.021,0,2.776,2.776,0,0,0-.557-.031c-.073,0-.149-.006-.225,0-.017,0-.035.016-.055.027a.2.2,0,0,0,.154.033m-.155-.033a.527.527,0,0,0-.337-.041c-.071.019-.131-.037-.2-.009a.47.47,0,0,1-.058.013s-.009.01-.01.016a.021.021,0,0,0,0,.014.585.585,0,0,0,.162.031,2.258,2.258,0,0,1,.387,0c.016,0,.034-.017.052-.028m-.9.15a.512.512,0,0,0,.1.021,1.74,1.74,0,0,0,.389,0,1.014,1.014,0,0,1,.224.014.127.127,0,0,0,.058-.012c.008,0,.009-.022.013-.034s-.016-.026-.026-.028a1.243,1.243,0,0,0-.339-.023.965.965,0,0,1-.328,0,.113.113,0,0,0-.093.034.026.026,0,0,0-.007.019.014.014,0,0,0,.008.013m-3.81-3.958a.077.077,0,0,0-.016-.028c-.008-.008-.021-.021-.03-.021a2,2,0,0,0-.364.006l-.014.007a1.322,1.322,0,0,0,.4.051c.021,0,.03,0,.024-.015m1.487.062a.027.027,0,0,0-.015.008c-.012.012-.008.02.008.023a.323.323,0,0,0,.138.013.038.038,0,0,0,.015-.008l.006-.015a.279.279,0,0,0-.152-.021m.414.022a.068.068,0,0,0-.1-.026l-.03.014c-.022.009-.038.02-.028.036a.065.065,0,0,0,.037.01c.026,0,.054,0,.082,0a.109.109,0,0,0,.04,0c.006,0,0-.019,0-.026m.789.057-.02-.007a2.417,2.417,0,0,0-.477-.03.039.039,0,0,0-.028.019s.013.016.021.02a.125.125,0,0,0,.041.007l.44.022c.009,0,.017-.013.028-.019s0-.01,0-.01h-.008m-2.18,3.737a.591.591,0,0,1,.226.013c.066,0,.138-.033.2.023.007.006.026,0,.04,0,.171-.015.342.01.513-.012a.159.159,0,0,1,.062,0,1.194,1.194,0,0,0,.309.016,3.023,3.023,0,0,0,.534.007.277.277,0,0,1,.1.009,6.143,6.143,0,0,0,.639.041,1.836,1.836,0,0,1,.452-.014c.048,0,.073-.028.072-.08,0-.028-.009-.054-.01-.082a.037.037,0,0,0-.033-.041,1.2,1.2,0,0,0-.145-.021.226.226,0,0,0-.075.028.258.258,0,0,0-.156-.034c-.026,0-.055.014-.079.007a.261.261,0,0,0-.248.064c-.03.026-.065.066-.107.055-.059-.017-.124.028-.181-.012a.153.153,0,0,0-.117-.014,2.507,2.507,0,0,1-.264.021c-.033,0-.049-.029-.055-.055a.045.045,0,0,1,.042-.057c.016,0,.049,0,.041-.029a.038.038,0,0,0-.049-.024c-.042.016-.083,0-.122,0a.351.351,0,0,0-.076.029.067.067,0,0,1,.007.02c0,.076-.007.069-.059.084a.482.482,0,0,1-.183-.006c-.065,0-.094-.049-.121-.1-.048.027-.072-.028-.112-.031s-.043,0-.042.04a.569.569,0,0,1,0,.063c0,.017-.01.049-.036.029a.125.125,0,0,0-.153-.009c-.016.009-.045.02-.058.013-.1-.061-.2-.014-.3-.008a1.233,1.233,0,0,1-.287-.019.312.312,0,0,0-.234.04c.015.022.028.056.059.048m-.238-.029a.12.12,0,0,0,.174-.019.17.17,0,0,0-.206,0Zm-1.02-.047a.2.2,0,0,0,.04.014,1.87,1.87,0,0,0,.553.044c.058-.008.115.031.178.008a.51.51,0,0,1,.163-.01c.017,0,.035-.019.052-.03-.057-.068-.145-.1-.185-.19,0,0-.012,0-.017-.006s-.01.023-.006.033.02.037.026.058a.039.039,0,0,1-.034.045c-.041,0-.083-.008-.124-.01a1.367,1.367,0,0,0-.408.007c-.078.02-.149-.03-.224,0a.044.044,0,0,0-.014.015.042.042,0,0,0,0,.017m-.548.007c.009,0,.017-.019.026-.029-.008-.007-.016-.019-.026-.021-.086-.028-.175.008-.262,0,0,0-.012.007-.017.012a.09.09,0,0,0-.008.019.019.019,0,0,0,.008.014.317.317,0,0,0,.078.019c.068,0,.134,0,.2-.01m-.577.237a1.959,1.959,0,0,0,.422-.007c.01,0,.017-.019.026-.029s0-.013-.009-.014a.856.856,0,0,0-.441.007s-.01.008-.014.014,0,.026.016.029m-1.82-4.2s.008.012.013.01c.041,0,.082,0,.122-.007a.034.034,0,0,0,.024-.022c.007-.014.015-.034.007-.047a.1.1,0,0,0-.052-.017.148.148,0,0,0-.092.03c-.009.007-.024.014-.027.022s0,.02,0,.03m-.323,4a.034.034,0,0,0,.019,0c.05-.017.1-.036.148-.055a.03.03,0,0,0,.013-.016c0-.015,0-.023-.021-.027a.313.313,0,0,0-.174.034.246.246,0,0,0,0,.043.03.03,0,0,0,.013.017m-.072-.258a.164.164,0,0,0,.2.014c.01-.006.015-.023.022-.035-.01-.006-.022-.017-.03-.017-.061,0-.12,0-.181.008-.006,0-.009.006-.014.009v.021m-.644.023a1.286,1.286,0,0,0,.328.012c.008,0,.024-.017.028-.03a.1.1,0,0,0-.009-.04c-.006,0-.012-.01-.016-.01-.11.006-.218.014-.328.023-.006,0-.012.007-.015.013s-.007.026.013.033M26.323,13a.028.028,0,0,0,.01.014l.182.034c.035.006.061-.01.057-.031a.069.069,0,0,0-.061-.058c-.061,0-.121.012-.181.017-.006,0-.008.006-.012.009l0,.015M25.9,17.1c.042.01.075.073.127.029a.083.083,0,0,0,.028-.033c.019-.04-.016-.033-.03-.035-.038-.006-.079-.023-.119,0a.064.064,0,0,0-.009.017.025.025,0,0,0,0,.017m-.417.022a.094.094,0,0,0,.156-.021.042.042,0,0,0,0-.021l-.017-.009c-.048-.021-.092.014-.14.017,0,0-.008.028,0,.034m-2.516-.161c-.013.019-.006.03.014.031l.181.017c.006,0,.012-.008.017-.014a.171.171,0,0,0,.008-.02l-.008-.015c-.059-.009-.12-.019-.181-.024-.009,0-.023.014-.031.024m-.171-4.119c-.007,0-.015,0-.016.009s-.007.015,0,.016l.1.068c.015.009.026.007.033-.007l.017-.05c-.054,0-.079-.049-.127-.036m.7,4.349c.01,0,.017-.021.026-.031-.009-.008-.017-.021-.028-.022a.515.515,0,0,0-.162-.016,2.049,2.049,0,0,1-.3.028c-.017,0-.034.022-.05.035a.746.746,0,0,0,.518.007m-1.062.031a.032.032,0,0,0,.02.009,1.327,1.327,0,0,0,.45-.007.3.3,0,0,0,.072-.04c-.016-.017-.029-.048-.044-.047-.162.013-.324.03-.486.048a.022.022,0,0,0-.012.017.034.034,0,0,0,0,.019m-.689-.2a.078.078,0,0,0-.111-.01.05.05,0,0,0-.014.041c0,.012.016.031.026.03a.5.5,0,0,0,.1-.021v-.04m-.17.268c.062.026.115-.023.174-.03l.01-.017c0-.016,0-.024-.021-.028a.329.329,0,0,0-.171.037.054.054,0,0,0,0,.026c0,.006.007.01.012.013m-.069-.239a.029.029,0,0,0,.009-.019c-.006-.01-.013-.024-.022-.027a.092.092,0,0,0-.1.028c-.019.017-.044.02-.056,0-.079-.107-.166-.012-.247-.009l-.009.016a.156.156,0,0,0,.006.022c0,.007.008.016.013.017a1.017,1.017,0,0,1,.18.048.067.067,0,0,0,.092-.016c.037-.047.091-.034.132-.064m-.252.289a.521.521,0,0,0,.2-.051s.008-.013.009-.02,0-.016-.006-.017a.62.62,0,0,0-.183-.022,2.44,2.44,0,0,1-.305.029c-.016,0-.033.023-.05.037.106.07.225.023.337.044m-.675-.01a.339.339,0,0,0,.335-.033c-.1-.066-.212-.007-.318-.006,0,0-.01.009-.014.016a.057.057,0,0,0,0,.022m-.724.267c.059.007.119.014.178.017.008,0,.02-.019.028-.03s-.008-.051-.023-.058c-.069-.033-.129.01-.19.034a.061.061,0,0,0-.006.026s.007.01.013.012m-.068-.236a.1.1,0,0,0,.034.022.368.368,0,0,0,.22-.023.038.038,0,0,0,.015-.015.15.15,0,0,0,.006-.024l-.017-.01c-.087-.031-.175.015-.263.01l0,.021a.039.039,0,0,0,.009.02m-.507-4.518a.215.215,0,0,0,.08.008.259.259,0,0,0,.064-.035c.01-.013.027-.022.026-.031s-.027-.021-.044-.022a.159.159,0,0,0-.041,0,.4.4,0,0,1-.04.008c-.031,0-.052.006-.051.037,0,.012,0,.033.006.034m.837,14.793c.019.058.071.07.124.077a.3.3,0,0,1,.072.027.217.217,0,0,0-.014-.177.087.087,0,0,0-.125-.041c-.034.028-.076.058-.057.114m-.511-.744a.868.868,0,0,1,.106.062.124.124,0,0,1,.044.065c0,.009-.029.026-.048.03s-.054,0-.077,0a.264.264,0,0,0-.058.027c.014.022.028.045.044.066a.431.431,0,0,0,.055.048l.043.033a.1.1,0,0,0,.159-.029.205.205,0,0,0-.022-.215c-.094-.1-.222-.169-.277-.3-.02.01-.052.015-.057.033-.023.089,0,.128.089.175m-2.979-2.379c.133.012.212.124.314.194a.1.1,0,0,0,.155-.035c.034-.049.008-.091-.035-.133l-.031-.028a.342.342,0,0,0-.4-.059.035.035,0,0,0-.014.029.062.062,0,0,0,.008.033m-1.272-.054c.1-.057.2.026.3.014.012,0,.033-.007.033-.013a.215.215,0,0,0-.015-.063c0-.01-.02-.019-.03-.029-.138-.118-.176-.122-.345-.037a.067.067,0,0,0-.023.062c.007.041.055.083.082.066m-2.747-3.647c.065.1.181.16.232.275.013.027.1.036.146.051a.107.107,0,0,0,.038,0c0-.013,0-.028-.013-.036a1.108,1.108,0,0,1-.24-.316c-.051,0-.091-.012-.128-.013s-.05.019-.035.041M5.793,13.093c0-.028-.026-.031-.085,0a.224.224,0,0,0-.055.041c-.1.113-.113.192,0,.227a.376.376,0,0,0,.1,0c.015,0,.062-.051.062-.066,0-.068-.019-.133-.022-.2M10.755,17.7c-.008.091.056.1.094.134.013.014.029.021.042.035.062.071.077-.012.094-.064a1.2,1.2,0,0,0,.041-.173S11,17.6,10.987,17.6a1.342,1.342,0,0,0-.142.057c-.129-.035-.167-.068-.173-.058-.048.072,0,.094.036.113a.035.035,0,0,0,.04-.017c.006-.013-.006-.038-.009-.058.075.034.017.043.016.061M8.244,15.2a.059.059,0,0,0,.009-.044c-.009-.015-.03-.033-.042-.029l-.044.014c.019.007.031.014.027.019a.046.046,0,0,0-.01.072c.02-.01.04-.022.061-.031m4.12-2.853-.021.01.084.013.013-.051c-.026.009-.051.016-.076.028m.94-1.174a.065.065,0,0,0-.061-.017.789.789,0,0,0-.251.21.042.042,0,0,0-.008.033c.006.008.021.01.033.013.082.015.152-.021.261-.133-.017.02.015-.009.035-.042a.067.067,0,0,0-.009-.063m1.014-.326c.013-.015.021-.054.013-.059a.1.1,0,0,0-.07-.01.227.227,0,0,0-.212.2.139.139,0,0,0,.012.064.071.071,0,0,0,.037-.009c.044-.031.087-.066.069-.051.091-.08.125-.106.152-.136m-1.041.9a.171.171,0,0,0,.035-.075.14.14,0,0,1,.16-.1.155.155,0,0,0,.178-.125.1.1,0,0,1,.07-.035.061.061,0,0,1,.066.065c0,.037.009.072.014.108.078-.1.209-.069.291-.161.031-.034.054-.068.035-.1a.07.07,0,0,0-.057-.031c-.05,0-.125.037-.148.017-.143-.125-.293-.03-.422.076-.146.118-.288.24-.43.364l-.428.367c-.013.012-.02.054-.012.059a.13.13,0,0,0,.072.012.14.14,0,0,0,.079-.019c.167-.138.335-.276.5-.421M6.758,17.72l.022.012a.8.8,0,0,1-.073-.247.215.215,0,0,1,0-.047c-.051-.041-.1-.089-.155-.127a.116.116,0,0,0-.091-.01.036.036,0,0,1-.041,0l.015.021a1.125,1.125,0,0,1,.07.134.071.071,0,0,1,.08.017c.008.008.009.03.014.047a.138.138,0,0,1-.024.058.49.49,0,0,0,.187.143m-.052.93a.188.188,0,0,0,.021.04l.012.019.007.013c.019.036.048.07.062.1s.093.031.14.02.057-.08.02-.12c-.02-.021-.041-.041-.073-.072l-.04-.028a.128.128,0,0,0-.024-.016L6.811,18.6l-.022-.014c-.029-.016-.076-.016-.084,0a.082.082,0,0,0,0,.07m-1.145-2.1a1.029,1.029,0,0,1,.139.073c.055.04.1.085.089.125a.059.059,0,0,1-.023.024c-.045.034-.128.05-.131.106,0,.087.154.188.248.28.113.107.127.115.206.044.051-.045.154,0,.225-.009s.087-.066.07-.136a.382.382,0,0,0-.157-.21l-.593-.4c-.061-.041-.119-.065-.117-.013a.458.458,0,0,0,.044.111M5.12,13.92a.17.17,0,0,0,.061-.026c.054-.036.1-.073.187-.133.013-.014.045-.051.077-.089a1.674,1.674,0,0,0-.3.027c-.065.016-.07.068-.078.1a.253.253,0,0,0-.015.1c0,.013.037.017.065.019m-.618.36c-.03-.059-.148-.062-.258-.068a.714.714,0,0,0-.283.1c-.17.077-.25.156-.182.195.03.017.092.02.128.035.078.033.087.087.008.169a.956.956,0,0,0,.451-.188c.085-.077.17-.175.135-.245M3.309,14.8a.293.293,0,0,0,.034.078.607.607,0,0,0,.237.194c.041.023.05.089.1.124a2.164,2.164,0,0,0,.336.2.674.674,0,0,0,.223.027.275.275,0,0,0,.052,0,.272.272,0,0,1,.18.068c.019.014.045.034.048.043.016.059-.03.068-.133.038a1.238,1.238,0,0,0-.234-.041c-.078-.006-.072.049,0,.122a.434.434,0,0,0,.294.157c.093,0,.1-.055.132-.1.009-.014.055-.013.092,0a.227.227,0,0,1,.152.111.515.515,0,0,0,.215.26.223.223,0,0,0,.112.033c.026,0,.051-.023.04-.042-.076-.114-.16-.226-.237-.337-.217-.1-.208-.21-.325-.311a3.135,3.135,0,0,0-.43-.33,1.521,1.521,0,0,1-.206-.161q-.047-.044-.091-.087l-.023-.021a.156.156,0,0,1-.008-.021l-.013-.041.063-.045a.418.418,0,0,0-.159.04.147.147,0,0,0,0,.031V14.8c0,.006,0,.012,0,.017.023.041-.009.038-.077,0a.075.075,0,0,1-.02-.017l-.016-.019a.187.187,0,0,0-.035-.033l0-.008c0-.049-.136-.073-.227-.033l-.056.024a.19.19,0,0,1-.008.035l0,.017a.023.023,0,0,0,0,.017" transform="translate(-1.917 0.013)"/><path d="M36.632,18.649a.205.205,0,0,1,.17.15c.02.059.077.069.131.079.024.006.065.019.071.033a2.35,2.35,0,0,0,.2.388c.016.028-.04.08-.05.126a.274.274,0,0,0,.012.113c.015.052.065.035.1.052a.181.181,0,0,1,.087.227c-.019.033-.162.052-.173.022a.27.27,0,0,0-.208-.171c-.1-.2-.3-.295-.452-.434a.314.314,0,0,1-.122-.2.847.847,0,0,0-.166-.4.118.118,0,0,0-.168-.037c-.061.051-.115.083-.2,0a1.076,1.076,0,0,0-.1-.079.5.5,0,0,1-.258-.393.884.884,0,0,0-.089-.218.084.084,0,0,0-.09-.058c-.038,0-.077,0-.117,0-.132,0-.17-.042-.155-.152a2.749,2.749,0,0,1,.063-.357c.022-.077-.026-.118-.073-.168a.078.078,0,0,1-.021-.1c.016-.028.107-.041.138-.034.056.014.047.056.061.09.029.072.063.146.089.219s.07.063.122.071c.188.027.22.04.255.2a.532.532,0,0,0,.224.288c.075.05.132.142.233.159a.086.086,0,0,1,.08.071.365.365,0,0,1,.021.114c-.012.132.125.2.175.31.038.08.14.073.209.09" transform="translate(-22.937 2.827)"/><path d="M33.85,20.868c.041.01.08.024.082.07,0,.107.063.157.17.182.034.008.065.052.1.083a.256.256,0,0,1,.131.331c-.008.021,0,.05,0,.073a.143.143,0,0,1-.211.068c-.058-.037-.138-.084-.159-.135a.93.93,0,0,0-.3-.337c-.052-.047-.132-.085-.156-.139a1.4,1.4,0,0,0-.4-.417c-.028-.027-.065-.056-.035-.089.013-.015.048-.009.071-.015s.1-.01.1-.024c0-.071-.068-.076-.117-.085s-.054-.055-.062-.089c-.027-.1.045-.155.1-.21.029-.028.114-.008.141.034a1.644,1.644,0,0,1,.145.245.3.3,0,0,0,.244.2.09.09,0,0,1,.076.117c-.02.072,0,.121.09.142" transform="translate(-17.629 3.339)"/><path d="M39.136,16.88c.049.038.061.075.023.089-.075.027-.135.048-.068.155a1.1,1.1,0,0,1,.1.217.057.057,0,0,1-.029.057.676.676,0,0,1-.492-.09c-.028-.016-.017-.045.008-.055s.058-.02.057-.03c-.015-.114-.034-.229-.058-.343a.093.093,0,0,0-.055-.056.245.245,0,0,1-.208-.163c-.063-.128-.233-.189-.289-.332-.152.087-.173-.079-.2-.143a.311.311,0,0,0-.049-.083.3.3,0,0,0-.106,0,2.2,2.2,0,0,0-.442.061c-.01,0-.026-.008-.037-.015a.046.046,0,0,1,0-.026c.013-.019.027-.047.043-.052A1.18,1.18,0,0,1,37.556,16c.04-.007.08-.013.121-.017a.05.05,0,0,1,.037-.049c.055-.023.009-.1.066-.1a.259.259,0,0,0,.152-.087c.008-.007.037.006.056.014a.054.054,0,0,1,0,.034c-.021.041-.068.068-.052.127a.485.485,0,0,1,.141-.015.135.135,0,0,1,.055.023,3.018,3.018,0,0,0,.354-.024c.037-.008.063.026.084.062-.023.016-.047.045-.07.047a1.066,1.066,0,0,1-.3.014.083.083,0,0,1-.011.05c-.056.086-.049.153.05.225a.936.936,0,0,1,.1.083c.093.1.178.129.26.027.02-.026.068-.021.1.01l.16.135a.109.109,0,0,1,.019.166.106.106,0,0,0-.009.1c.036.055.086.044.134.021s.1.009.136.045" transform="translate(-27.416 2.611)"/><path d="M33.257,22.426a1.947,1.947,0,0,0,.322.178c.106.066.282.051.305.234,0,.013.045.037.068.04.094.009.127.069.177.143a1.141,1.141,0,0,0,.409.349c.033.019.077.009.093.062.03.1.126.146.212.229.068.031.122.145.222.147.147,0,.147.183.269.21.007,0,.015.048.016.072,0,.058-.036.044-.073.028A.8.8,0,0,1,35.019,24a2.106,2.106,0,0,0-.641-.459.335.335,0,0,1-.157-.135c-.049-.089-.142-.117-.195-.177a.925.925,0,0,0-.212-.162.66.66,0,0,1-.234-.233c-.037-.071-.142-.106-.175-.194a.067.067,0,0,0-.031-.028c-.062-.027-.125-.047-.185-.077a.064.064,0,0,1-.028-.1.06.06,0,0,1,.1-.009" transform="translate(-18.747 3.718)"/><path d="M33.191,22.643a.1.1,0,0,1,0,.073c-.023.043-.061.013-.09-.013l-.259-.219a1.577,1.577,0,0,1-.286-.251.517.517,0,0,0-.241-.2.11.11,0,0,1-.058-.058c-.037-.145-.17-.215-.273-.308-.029-.028-.077-.069-.075-.092.006-.059.075-.04.119-.04.072,0,.065-.048.071-.1a.071.071,0,0,1,.041-.049c.027-.014.047,0,.055.038.015.062.077.11.071.181a.241.241,0,0,0,.2.286c.023,0,.043.035.065.052l0,0c.031.028.076.05.094.084a2.188,2.188,0,0,0,.491.51.279.279,0,0,1,.064.1" transform="translate(-15.159 3.549)"/><path d="M42.1,16.473a.771.771,0,0,1-.155-.01c-.035-.007-.094-.037-.1-.058-.029-.133-.152-.195-.231-.288-.024-.028-.054-.08-.044-.1a.471.471,0,0,0,.071-.2l.071.02c.047.055.049.134.163.143.195.016.224.058.258.243.012.064.02.127.03.191.007.049-.024.061-.064.059" transform="translate(-35.38 2.624)"/><path d="M38.12,19.765a.256.256,0,0,1-.21-.115.648.648,0,0,0-.273-.223.334.334,0,0,1-.094-.083.093.093,0,0,1-.012-.062c0-.007.02-.013.033-.012a.67.67,0,0,1,.441.188c.141.117.141.117.183.217.022.052-.015.09-.068.09" transform="translate(-26.699 3.198)"/><path d="M41.311,16.61a.389.389,0,0,1,.23.173.088.088,0,0,1-.024.092.2.2,0,0,1-.189-.017c-.047-.031-.086-.075-.2-.178.03.029-.013-.008-.05-.051a.123.123,0,0,1-.029-.071c0-.086.133-.169.246-.157a.065.065,0,0,1,.031.015c0,.022,0,.054-.019.063-.03.019-.1.015-.1.035-.007.063.05.087.106.1" transform="translate(-34.15 2.721)"/><path d="M40.4,17.586c-.1.038-.175.013-.284-.083a.225.225,0,0,1-.087-.241.062.062,0,0,1,.093-.027.255.255,0,0,1,.131.152c.026.083.127.035.159.1a.193.193,0,0,1,.01.069c-.007.009-.01.023-.021.027" transform="translate(-31.837 2.858)"/><path d="M34.664,19.7a.1.1,0,0,1-.009-.161c.049-.051.1-.044.152.036.033.049.047.1.11.052.031-.022.071-.014.082.038a.179.179,0,0,1-.013.141.1.1,0,0,1-.159.027l-.009-.007c-.089-.073-.121-.1-.153-.127" transform="translate(-20.117 3.237)"/><path d="M32.633,23.947c.064,0,.136,0,.162.082a.2.2,0,0,0,.17.147.259.259,0,0,1,.132.089.468.468,0,0,1,.05.146c-.035,0-.062.015-.075.006-.155-.111-.272-.278-.466-.331-.012,0-.022-.071-.022-.106,0-.014.029-.03.049-.031" transform="translate(-15.886 3.974)"/><path d="M29.729.358a.042.042,0,0,1-.037,0c-.02-.01-.054-.028-.05-.04a.514.514,0,0,1,.2-.27c.042-.028.118-.079.176-.033.006.022.023.05.014.064a1.116,1.116,0,0,1-.3.275" transform="translate(-9.342 0)"/><path d="M34.308,19.964c-.036-.03-.019-.017,0,0" transform="translate(-19.032 3.31)"/><line transform="translate(15.276 23.273)"/><path d="M34.358,20.23a.11.11,0,0,1-.142-.087.362.362,0,0,1,.009-.177c.022-.092.037-.1.17.006l0,0c.129.126.117.21-.041.255" transform="translate(-19.12 3.301)"/><path d="M31.435,3.385a.736.736,0,0,1-.007-.087c0-.059.029-.089.093-.089s.086.019.068.083a.272.272,0,0,1-.049.1c-.03.035-.066.033-.1-.006" transform="translate(-12.987 0.532)"/><path d="M35.463,19.625c.008.008.008.024.012.036-.021,0-.049.007-.062,0-.1-.077-.189-.157-.282-.238-.008-.007-.007-.023-.01-.036.021,0,.047-.007.062,0,.045.03.086.069.192.156-.01-.01.04.035.089.082" transform="translate(-21.17 3.216)"/><path d="M29.143,26.668c-.015-.015.034.031.08.079.007.008.006.024.009.036-.021,0-.049.006-.062-.006-.091-.078-.181-.161-.27-.244-.008-.007-.007-.023-.01-.036.021,0,.048,0,.063.006.043.031.083.07.19.164" transform="translate(-7.664 4.397)"/><path d="M38.188,19.159a.2.2,0,0,1-.058-.057.086.086,0,0,1-.006-.068c.014-.038.051-.041.091-.023a.457.457,0,0,1,.073.054.079.079,0,0,1,.027.093c-.014.044-.07.044-.127,0" transform="translate(-27.513 3.153)"/><path d="M42.76,15.619h0" transform="translate(-37.363 2.592)"/><path d="M42.719,15.849a1.72,1.72,0,0,1-.1-.209l-.008-.019s.014.01.031,0a.068.068,0,0,1,.066-.008.166.166,0,0,1,.045.234l-.034.006" transform="translate(-37.213 2.589)"/><path d="M4.665,15.286a.1.1,0,0,1-.059-.012.724.724,0,0,0-.215-.062c-.05-.013-.05-.014-.01-.045s.042-.033-.007-.069c-.019-.013-.023-.024-.006-.034.034-.016.07-.03.106-.044l0,0,.089-.037a.237.237,0,0,1,.136-.017c.149.016.3.049.449.055a.912.912,0,0,1,.142.03c.016,0,.02.012.007.022a.029.029,0,0,1-.017.007c-.062-.008-.122-.017-.184-.022-.009,0-.033.023-.029.03a.28.28,0,0,0,.052.066.058.058,0,0,0,.036.01c.057-.035.121,0,.181,0a.206.206,0,0,1,.061,0c.026.013.02.035.021.055a.034.034,0,0,0,.037.03.349.349,0,0,0,.16-.017.573.573,0,0,1,.106-.041.156.156,0,0,1,.061,0,.063.063,0,0,1,.026.017s0,.009-.007.013-.023.009-.034.016a.2.2,0,0,0-.022.022c.012,0,.023.012.035.015.029.007.062.008.073-.012.021-.037.052-.051.111-.036s.125-.006.176.03c.05-.012.056.008.056.036a.04.04,0,0,0,.026.021c.082.009.163.02.245.022a.721.721,0,0,1,.143.022c.024.006.031.02.029.034s-.012.015-.021.021a.105.105,0,0,1-.1.007.345.345,0,0,0-.234-.014.246.246,0,0,1-.12,0,3.283,3.283,0,0,0-.384-.048,2.378,2.378,0,0,0-.328-.021l-.266-.01c-.058,0-.084-.027-.085-.068,0,0-.02-.014-.031-.015a.068.068,0,0,0-.037.008c-.055.034-.135.013-.194.038a.269.269,0,0,0-.174-.008" transform="translate(43.543 2.482)"/><path d="M33.637,15.829a.82.82,0,0,1,.286-.029c.078,0,.171.016.237-.048a.22.22,0,0,1,.2-.048c.07,0,.136.061.211,0,.033-.028.079,0,.108.049s.042.015.054-.023.023-.043.045-.043a1.105,1.105,0,0,0,.164,0,.7.7,0,0,1,.365.034c.013,0,.033.017.037.01.073-.083.163-.015.239-.045s.18.029.264-.028c.091.048.188.016.281.028a1.247,1.247,0,0,0,.389.02c.017,0,.034.022.035.052,0,.055-.015.078-.055.078-.08,0-.163-.045-.241.027-.01.01-.036,0-.056-.007a.318.318,0,0,0-.12-.023c-.162.035-.326.013-.489.038a2.159,2.159,0,0,1-.368,0c-.028,0-.073,0-.078-.016-.02-.066-.034-.062-.083-.03-.065.041-.141.079-.216.023a.038.038,0,0,0-.056,0,.133.133,0,0,1-.1.037,3.048,3.048,0,0,1-.592.01.823.823,0,0,0-.387.033.424.424,0,0,1-.244,0c-.023,0-.043-.037-.064-.057.023-.016.047-.042.071-.045a.76.76,0,0,0,.163-.006" transform="translate(-20.242 2.597)"/><path d="M36.1,15.8h0Z" transform="translate(-22.943 2.622)"/><path d="M7.263,15.647c.226.009.452.014.679.015a1.825,1.825,0,0,1,.288.028.2.2,0,0,0,.1.007.226.226,0,0,1,.161-.007.729.729,0,0,0,.225.012.645.645,0,0,1,.082,0c.1,0,.192.014.288.022a2.277,2.277,0,0,0,.308-.01c.034,0,.069,0,.1,0a.226.226,0,0,1,.124.049c.02.013.007.029-.008.04a.077.077,0,0,1-.075.016.185.185,0,0,0-.094-.028c-.059.007-.118.031-.175,0a.2.2,0,0,1-.134,0A1.3,1.3,0,0,1,9,15.757a.055.055,0,0,0-.066.019c-.02.022-.052.008-.073,0a.143.143,0,0,0-.113-.012.839.839,0,0,1-.182.015c-.08,0-.142-.042-.218-.036a1.731,1.731,0,0,0-.347,0,.088.088,0,0,1-.059-.009.26.26,0,0,0-.157-.016c-.062,0-.125.015-.185.01-.136-.012-.273-.016-.41-.02a.161.161,0,0,1-.052-.02.235.235,0,0,1,.128-.04" transform="translate(37.305 2.596)"/><rect width="0.003" height="0.002" transform="translate(44.436 18.285) rotate(-116.576)"/><rect width="0.001" height="0.001" transform="matrix(-0.708, -0.706, 0.706, -0.708, 11.153, 18.516)"/><path d="M30.292,15.649a1.223,1.223,0,0,1-.407-.013.037.037,0,0,1-.019-.007c-.01-.009-.023-.02-.026-.033a.055.055,0,0,1,.008-.043.3.3,0,0,1,.121-.087c.058-.023.1.022.157.006s.1-.031.1.061c.036.024.089,0,.114-.05.014-.029.023-.062.057-.057a.385.385,0,0,1,.2.041c.061-.068.125-.1.2-.036a.223.223,0,0,0,.037.019s.009.013.007.015-.014.031-.024.035a.469.469,0,0,1-.08.016.062.062,0,0,1-.035.093,2,2,0,0,1-.22.031c-.064-.058-.126,0-.189.009" transform="translate(-10.38 2.554)"/><path d="M14.826,15.38c.082,0,.161.016.245.015.178,0,.357.009.533.023a2.72,2.72,0,0,0,.308.007,1.176,1.176,0,0,1,.2.015c.009,0,.017.013.026.02-.009.008-.017.023-.028.024a1.684,1.684,0,0,1-.343,0c-.218-.012-.438,0-.656-.013a2.7,2.7,0,0,1-.346-.052l-.008-.012c0-.006,0-.012.009-.022a.3.3,0,0,1,.057-.007" transform="translate(21.902 2.552)"/><path d="M10.007,15.578a.34.34,0,0,1,.059,0,2.5,2.5,0,0,0,.347.019,5.6,5.6,0,0,1,.673.028.212.212,0,0,1,.133.035.223.223,0,0,1-.072.022,1.759,1.759,0,0,1-.429-.022c-.183.026-.36-.033-.544-.021a.752.752,0,0,1-.18-.03.018.018,0,0,1,0-.014.025.025,0,0,1,.013-.012" transform="translate(32.381 2.584)"/><rect width="0.001" height="0.001" transform="translate(23.654 17.992) rotate(-135.027)"/><path d="M26.307,15.4c.122,0,.245.007.367.006.17,0,.339-.013.51-.017.031,0,.069,0,.093.029a.106.106,0,0,1-.072.038c-.027,0-.061-.015-.08,0a.318.318,0,0,1-.241.023.4.4,0,0,0-.124-.007c-.163.029-.326,0-.49.017a.357.357,0,0,1-.239-.045c.01-.009.021-.023.033-.024.082-.008.162-.016.244-.017" transform="translate(-2.375 2.553)"/><path d="M5.418,15.905c.006.022.02.044.048.038.057-.013.108.013.164.006a.294.294,0,0,1,.174.029.193.193,0,0,1-.148.028.611.611,0,0,0-.08-.014.065.065,0,0,0-.077.034.052.052,0,0,1-.063.024c-.044-.01-.121.009-.114-.056a.164.164,0,0,0-.1-.01c-.044.009-.057-.016-.077-.036.05-.038.141-.022.185-.073.016-.02.078,0,.086.03" transform="translate(43.449 2.633)"/><rect width="0.002" height="0.002" transform="translate(48.594 18.583) rotate(-135.014)"/><path d="M13.128,12.012A.164.164,0,0,0,12.994,12a.044.044,0,0,1-.048-.023c-.008-.016.008-.03.028-.03a.3.3,0,0,1,.121,0,.157.157,0,0,0,.117,0c.041-.009.07.029.118.021a1.025,1.025,0,0,1,.351.042c.034.007.087.013.087.036,0,.041-.051,0-.079.008a.64.64,0,0,0-.178.016.642.642,0,0,0-.24-.045.434.434,0,0,1-.142-.026" transform="translate(26.392 1.982)"/><path d="M12.192,15.5a2.329,2.329,0,0,1,.347.022.475.475,0,0,0,.122,0,.488.488,0,0,1,.122.01c.019,0,.027.013.017.023a.052.052,0,0,1-.03.02.59.59,0,0,1-.163,0,1.707,1.707,0,0,0-.267-.013.792.792,0,0,1-.2-.01c-.068-.023-.138.008-.2-.009a.111.111,0,0,1-.031-.02l-.006-.017.03-.014c.09-.035.175.009.266,0" transform="translate(28.577 2.569)"/><path d="M10.315,14.812c-.006,0-.012.009-.016.009a.3.3,0,0,0-.153.038.05.05,0,0,1-.054-.013c-.019-.019-.036-.043-.02-.062.033-.035.045-.08.1-.1.026-.01,0-.024-.019-.035l-.01-.01c.008-.008.015-.021.026-.023.054-.008.106.021.161,0,.013,0,.014.012.02.023.028.057-.037.1-.021.16l-.012.013" transform="translate(33.162 2.424)"/><path d="M4.667,15.915c.047.008.093.015.14.026a.346.346,0,0,1,.182.083.111.111,0,0,1-.034.013,4.02,4.02,0,0,1-.461-.029c-.006,0-.009-.006-.014-.009.031-.016.076-.023.09-.052s.051-.038.1-.03" transform="translate(45.041 2.64)"/><rect width="0.002" height="0.002" transform="translate(49.52 18.639) rotate(-135.014)"/><path d="M9.655,15.64a3.38,3.38,0,0,0,.36,0,.086.086,0,0,1,.093.048c-.052,0-.106.009-.16.008l-.387-.013c-.075,0-.149,0-.225,0-.031,0-.043-.022-.058-.04a.226.226,0,0,1,.073-.021,1.782,1.782,0,0,0,.3.014" transform="translate(34.327 2.593)"/><rect width="0.002" height="0.002" transform="translate(43.602 18.238)"/><path d="M27.289,11.079c-.02,0-.027-.012-.017-.022s.02-.02.03-.019a2.8,2.8,0,0,0,.541,0,.3.3,0,0,1,.084.01.135.135,0,0,1,.03.017c-.008.008-.014.022-.024.026-.049.016-.1.03-.15.044a.843.843,0,0,0-.305-.042,1.3,1.3,0,0,1-.188-.019" transform="translate(-4.496 1.831)"/><rect width="0.002" height="0.002" transform="matrix(-0.894, -0.447, 0.447, -0.894, 23.286, 12.973)"/><path d="M37.287,15.913a.319.319,0,0,1-.195-.035c-.021.024-.041.048-.071.048-.055,0-.11,0-.164,0a3.7,3.7,0,0,1-.469.012.353.353,0,0,1-.061-.014l-.009-.016c.007-.014.015-.037.023-.037.11-.008.218-.017.328-.016a.9.9,0,0,0,.224-.006.229.229,0,0,1,.2.03.265.265,0,0,1,.07-.043c.038-.012.079-.009.119-.017s.033.014.031.04,0,.057-.026.056" transform="translate(-24.404 2.624)"/><rect width="0.002" height="0.003" transform="translate(47.195 18.382) rotate(-116.576)"/><path d="M6.163,15.733a1.223,1.223,0,0,0,.319.015c.03,0,.042.021.057.036a.161.161,0,0,1,.054-.017c.114,0,.23.01.344.016a.078.078,0,0,1,.038.01.06.06,0,0,1,.017.024l-.009.009-.121.009c-.014,0-.021.007-.016.02a.1.1,0,0,0,.125.047c.015-.006.019-.024.045-.013.047.019.094.035.142.051a.259.259,0,0,0-.112.08c-.01.017-.054.009-.064-.012s.009-.049-.052-.043c-.035,0-.073-.026-.112-.029a.439.439,0,0,0-.141.006c-.051.012-.079-.036-.135-.02a.473.473,0,0,1-.141,0,.216.216,0,0,1-.054-.02q.084-.038.168-.073c.026-.012.031-.027.023-.047a.468.468,0,0,1-.072.017.286.286,0,0,1-.1,0,2.22,2.22,0,0,1-.234-.031.048.048,0,0,0-.065.019A.112.112,0,0,1,6,15.849c.037.031.1.016.14.045a.184.184,0,0,1-.055.02c-.068,0-.135,0-.2-.006-.008,0-.016-.01-.026-.016.009-.007.017-.02.027-.02A.248.248,0,0,0,6,15.849l-.064-.079a.32.32,0,0,1,.225-.037" transform="translate(41.26 2.61)"/><path d="M18.609,15.444a2.658,2.658,0,0,1,.593,0c.008,0,.023.019.021.022s-.017.027-.027.028a.932.932,0,0,0-.267,0c-.1.03-.189-.024-.286.008-.014,0-.036-.014-.052-.023a.02.02,0,0,1-.008-.016l0-.019Z" transform="translate(14.361 2.56)"/><path d="M19.186,15.383a.95.95,0,0,0-.162-.008,1.051,1.051,0,0,1-.342-.031c-.02,0-.024-.013-.013-.028s.009-.013.014-.013a.551.551,0,0,1,.141-.021,1.882,1.882,0,0,0,.344.023c.015,0,.033.017.045.027v.023c-.008.01-.019.028-.028.028" transform="translate(14.279 2.535)"/><rect width="0.003" height="0.003" transform="translate(47.918 16.92)"/><path d="M23.335,15.371a1.842,1.842,0,0,1,.431,0c.009,0,.017.015.026.023-.008.01-.017.029-.026.029-.15,0-.3.006-.451.007a.1.1,0,0,1-.04-.012.023.023,0,0,1-.007-.015c0-.007,0-.013.01-.024a.364.364,0,0,1,.056-.012" transform="translate(4.33 2.549)"/><path d="M4.221,16.02h0Z" transform="translate(46.111 2.658)"/><path d="M4.272,16.044a.087.087,0,0,1,.026.016c-.009.006-.017.016-.028.016a2.626,2.626,0,0,1-.406-.026.2.2,0,0,1-.113-.029.141.141,0,0,1,.035-.013c.052,0,.442.026.486.035" transform="translate(46.581 2.656)"/><rect width="0.002" height="0.003" transform="translate(26.568 17.942) rotate(-116.587)"/><path d="M24.437,15.354a.747.747,0,0,0,.2,0c.017,0,.038.033.029.047s-.02.033-.027.031a3.694,3.694,0,0,1-.469-.03s-.009-.008-.014-.013a.253.253,0,0,1,.072-.034,1.7,1.7,0,0,1,.2-.006" transform="translate(2.409 2.548)"/><path d="M26.025,15.125c.045,0,.1-.021.126.03.014.028.02.048.051.051s.078.014.118.021a.134.134,0,0,1-.007.028.038.038,0,0,1-.016.014c-.094.027-.187-.038-.281,0-.024.01-.066.009-.071-.017s.034-.04.059-.043.022-.026.02-.047a.171.171,0,0,1,0-.038" transform="translate(-1.317 2.509)"/><path d="M28.407,11.006a.723.723,0,0,0,.23.016.149.149,0,0,1,.115.027c-.021.047-.069.022-.107.022-.111,0-.222,0-.332-.006a.212.212,0,0,1-.055-.021.184.184,0,0,1,.149-.038" transform="translate(-6.447 1.826)"/><path d="M28.683,11.038h0Z" transform="translate(-6.874 1.831)"/><path d="M5.326,14.8a.271.271,0,0,1-.061-.008c-.019,0-.024-.009-.022-.021a.075.075,0,0,1,.058-.062.2.2,0,0,1,.05,0,.469.469,0,0,1,.08.016c.038.01.084.01.11.042.012.014.013.013-.118.022-.034,0-.065.012-.1.014" transform="translate(43.593 2.439)"/><path d="M5.107,15.948a.094.094,0,0,1,.073.044c0,.013-.01.024-.014.037s.006.023,0,.027a.223.223,0,0,1-.131-.014.261.261,0,0,0-.118-.076.386.386,0,0,1,.19-.019" transform="translate(44.339 2.646)"/><rect width="0.003" height="0.003" transform="translate(49.253 18.614) rotate(-116.576)"/><path d="M16.608,15.344a2.512,2.512,0,0,1,.28.022s.01.009.013.014,0,.026-.015.027a1.11,1.11,0,0,1-.4-.006c-.007,0-.015,0-.016-.009s0-.013,0-.02a.218.218,0,0,1,.136-.028" transform="translate(19.151 2.546)"/><path d="M25.152,11.13a.219.219,0,0,1,.061.016c.043.031.077.012.114,0a.081.081,0,0,1,.04,0,.027.027,0,0,1,.014.012s0,.014,0,.015c-.048.017-.1.035-.146.05a.054.054,0,0,1-.038,0c-.063-.044-.153-.021-.216-.063a.188.188,0,0,1,.17-.031" transform="translate(0.742 1.845)"/><rect width="0.003" height="0.003" transform="translate(25.721 13.009) rotate(-116.587)"/><path d="M18.1,15.34a.062.062,0,0,1,.028.02c.008.009-.022.03-.047.03-.094,0-.19.009-.284.009a.236.236,0,0,1-.154-.033.29.29,0,0,1,.071-.03,1.856,1.856,0,0,1,.386,0" transform="translate(16.559 2.543)"/><path d="M18.062,15.362h0l0,0h.006" transform="translate(16.137 2.549)"/><path d="M13.075,15.474a1.526,1.526,0,0,0,.386.006l.013.012.008.015c0,.01-.013.028-.021.029a1.092,1.092,0,0,1-.4-.026l-.008-.01c.007-.009.017-.027.026-.026" transform="translate(26.557 2.568)"/><path d="M3.306,16.032,3.3,16.022A.252.252,0,0,1,3.341,16,.059.059,0,0,1,3.4,16c.038.026.05.066.118.073a.3.3,0,0,1,.07.022.092.092,0,0,1-.033.012L3.33,16.1c-.024,0-.031-.017-.014-.028s.017-.028-.01-.04" transform="translate(47.821 2.653)"/><path d="M37.843,15.883c.01,0,.021.021.026.036s0,.029-.02.033c-.086.015-.173.034-.258.049-.038.006-.062-.027-.082-.063.057-.019.117-.034.174-.057a.235.235,0,0,1,.16,0" transform="translate(-26.353 2.633)"/><path d="M21.292,15.361c.055,0,.108.014.163.015s.108,0,.162,0c.012,0,.023.013.035.02.017-.01.036-.031.052-.03.061,0,.121.015.181.024,0,0,.012.012.01.013s-.015.028-.024.03c-.047.008-.093.015-.14.019a.09.09,0,0,1-.08-.055.476.476,0,0,1-.4.009l0-.019c.009-.009.022-.023.033-.022" transform="translate(8.574 2.549)"/><path d="M23.825,15.37c.047,0,.094,0,.142-.008a.716.716,0,0,1,.18.016.138.138,0,0,1,0,.026c0,.007-.006.016-.01.017a.586.586,0,0,1-.317,0,.03.03,0,0,1-.013-.016c0-.02,0-.03.016-.031" transform="translate(3.346 2.549)"/><path d="M15.953,14.8c0,.006,0,.014-.009.015a.363.363,0,0,1-.258-.006c-.008,0-.01-.022-.013-.034s.007-.008.013-.009l.094-.03c.049.041.119.02.171.049a.021.021,0,0,1,0,.015" transform="translate(21.025 2.446)"/><path d="M23.65,11.258a1.274,1.274,0,0,1-.283.008c-.007,0-.016-.015-.021-.024s0-.01,0-.016.023-.015.034-.014c.09,0,.178.009.267.015a.067.067,0,0,1,.02.007c-.007.008-.009.022-.019.024" transform="translate(4.365 1.86)"/><rect width="0.002" height="0.001" transform="translate(53.114 18.788)"/><path d="M1.63,16.1a2.034,2.034,0,0,1,.239.035c.006,0,.008.016,0,.022a.051.051,0,0,1-.034.01,1.771,1.771,0,0,0-.225-.026c-.01,0-.024-.019-.037-.029A.162.162,0,0,1,1.63,16.1" transform="translate(51.54 2.672)"/><path d="M1.854,16.08a.953.953,0,0,1,.316.04.094.094,0,0,1-.034.01c-.094,0-.189-.006-.284-.01-.006,0-.019-.014-.017-.021s.013-.02.02-.019" transform="translate(50.944 2.668)"/><path d="M33.216,15.767c-.08-.006-.157.047-.238.02a.063.063,0,0,1-.026-.059c.007-.013.019-.034.027-.034.08,0,.161.014.241.022.006,0,.01.007.015.012a.082.082,0,0,1,0,.024c0,.006-.01.015-.015.015" transform="translate(-16.402 2.604)"/><path d="M5.657,15.3a.73.73,0,0,1,.261.029c.019,0,.023.01.01.022a.046.046,0,0,1-.017.007l-.28-.026c-.006,0-.014,0-.015-.008s0-.009,0-.014a.211.211,0,0,1,.036-.01" transform="translate(42.769 2.539)"/><path d="M32.665,15.76c-.008,0-.013-.024-.017-.04l.009-.014c.059-.016.118-.034.177-.048.009,0,.021.014.031.022s.008.037,0,.044-.042.05-.064.052a.509.509,0,0,1-.139-.017" transform="translate(-15.682 2.598)"/><path d="M18.05,11.583a.462.462,0,0,0-.17.041.044.044,0,0,1-.056-.033c0-.034.012-.05.049-.048l.166.008c.008,0,.016.012.022.019l-.01.013" transform="translate(16.411 1.915)"/><path d="M.857,16.167c.079.012.159.027.238.041l.015.007-.007.01a.03.03,0,0,1-.015.006c-.08.006-.156-.03-.237-.022-.006,0-.026-.014-.024-.017s.022-.026.03-.024" transform="translate(53.178 2.683)"/><path d="M5.585,14.705a.072.072,0,0,1-.026-.017c-.008-.007.027-.022.047-.017a.825.825,0,0,1,.19.048c0,.013.009.023.006.03s-.024.017-.028.015a.847.847,0,0,0-.189-.058" transform="translate(42.969 2.434)"/><path d="M26.031,15.409h0Z" transform="translate(-1.126 2.557)"/><path d="M26.059,15.378a.019.019,0,0,1,.008.014c0,.007,0,.017-.008.019a.284.284,0,0,1-.268,0,.288.288,0,0,1,.268-.037" transform="translate(-0.886 2.549)"/><path d="M10.393,12.323l-.017-.008,0-.013c.006,0,.01-.007.016-.007a.59.59,0,0,1,.225.019l.017.008c-.007.006-.013.019-.022.019a.562.562,0,0,1-.224-.017" transform="translate(32.515 2.04)"/><path d="M5.734,15.9c.012-.028.035-.038.076-.035s.049.023.049.05.016.026.024.038a.089.089,0,0,1-.1,0,.317.317,0,0,0-.066-.029.1.1,0,0,0,.021-.023" transform="translate(42.708 2.632)"/><rect width="0.002" height="0.002" transform="translate(48.42 18.553) rotate(-135.014)"/><path d="M25.151,15c.061.008.12.016.181.028.009,0,.017.019.027.029s0,.016,0,.022a.029.029,0,0,1-.017.006c-.068-.008-.134-.017-.2-.028-.012,0-.021-.012-.03-.02s.022-.04.043-.037" transform="translate(0.624 2.488)"/><rect width="0.002" height="0.002" transform="translate(50.029 18.663)"/><path d="M4.519,16.025a.146.146,0,0,1-.051.016c-.066,0-.132-.007-.2-.013a.161.161,0,0,1-.05-.017.425.425,0,0,1,.3.014" transform="translate(45.811 2.653)"/><path d="M22.765,15.372a.1.1,0,0,1,.031.019c.012.009-.02.036-.043.037l-.142.007c-.031,0-.043-.026-.059-.048a.217.217,0,0,1,.072-.031.831.831,0,0,1,.141.016" transform="translate(6.159 2.548)"/><rect width="0.003" height="0.002" transform="translate(28.709 17.937) rotate(-135.027)"/><path d="M6.957,15.4h0Z" transform="translate(40.183 2.556)"/><path d="M6.884,15.37a.051.051,0,0,1,.024-.022.225.225,0,0,1,.159,0,.04.04,0,0,1,.017.008.06.06,0,0,1-.017.024c-.022.012-.045.021-.069.031-.024-.021-.062-.019-.092-.028-.009,0-.023-.014-.022-.019" transform="translate(40.141 2.544)"/><path d="M16.041,15.379a.353.353,0,0,1,.2.006s.01.008.01.013,0,.015-.007.016a.29.29,0,0,1-.2.01c-.009,0-.01-.021-.015-.031l.009-.014" transform="translate(20.305 2.55)"/><path d="M11.6,16.238c0,.006,0,.014-.007.016a.265.265,0,0,1-.191.016s0-.022.008-.027a.222.222,0,0,1,.19-.006" transform="translate(30.358 2.691)"/><path d="M25.594,15.141l0,.022.014.065c0,.02,0,.029-.02.029a.112.112,0,0,0-.02,0,.094.094,0,0,1-.07-.041.059.059,0,0,1,0-.079c.023-.016.084-.014.094,0" transform="translate(-0.073 2.51)"/><path d="M22.842,15.361a.244.244,0,0,1,.171.027c-.016.012-.033.03-.05.031-.04,0-.08,0-.12,0s-.052.013-.072-.015.016-.037.071-.044" transform="translate(5.695 2.548)"/><rect width="0.002" height="0.002" transform="translate(28.385 13.13) rotate(-134.945)"/><path d="M23.056,11.287s-.012-.008-.012-.013,0-.023.006-.027a.252.252,0,0,1,.139-.015c.014,0,.027.021.041.034a.3.3,0,0,1-.174.021" transform="translate(5.154 1.863)"/><path d="M21.185,11.4q-.061-.005-.122-.014c-.02,0-.026-.01-.016-.021a.027.027,0,0,1,.013-.01c.04,0,.079-.008.12-.009.009,0,.02.012.03.019s-.01.037-.024.036" transform="translate(9.508 1.883)"/><path d="M24.942,15.226c-.023.006-.069-.029-.072-.061,0-.048.035-.027.055-.037s.033-.022.049-.033a.126.126,0,0,1,.021.034.079.079,0,0,1-.052.1" transform="translate(1.259 2.505)"/><path d="M36.1,15.875c.006-.014.012-.036.021-.041a.515.515,0,0,1,.1-.031c.031-.006.047.028.064.052-.051.07-.112.048-.171.033a.033.033,0,0,1-.013-.013" transform="translate(-23.126 2.622)"/><path d="M4.128,15.326l.1.023s.007.006.01.009l-.007.012a.141.141,0,0,1-.114.013c-.026-.006-.028-.019-.022-.033s0-.03.034-.024" transform="translate(46.243 2.543)"/><path d="M6.933,15.74c.072-.03.1-.024.164.031-.051,0-.1.006-.154.007-.01,0-.021-.009-.031-.015.007-.008.01-.019.021-.023" transform="translate(40.096 2.609)"/><path d="M12.845,15.48c.034,0,.068.01.1.016.006,0,.014,0,.015.009s0,.01-.006.017c-.034.03-.079.012-.118.024-.012,0-.036-.013-.045-.026s.026-.045.052-.042" transform="translate(27.379 2.569)"/><path d="M11.495,15.575l-.007-.012a.023.023,0,0,1,.009-.014.222.222,0,0,1,.157.013.067.067,0,0,1-.006.016.028.028,0,0,1-.015.01.225.225,0,0,1-.139-.014" transform="translate(30.203 2.578)"/><path d="M6.16,13.281l-.006.012A.354.354,0,0,1,6,13.284a.023.023,0,0,1-.012-.012l0-.012a.413.413,0,0,1,.155.012l.012.009" transform="translate(42.107 2.2)"/><path d="M5.714,13.536c-.007-.006-.009-.02,0-.023a.128.128,0,0,1,.126.022l0,.012a.178.178,0,0,1-.125-.01" transform="translate(42.76 2.241)"/><path d="M13.607,15.474a.264.264,0,0,1,.141.014h.007s-.007,0,0,.013-.006.013-.01.015a.2.2,0,0,1-.157-.015.038.038,0,0,1,.007-.017.031.031,0,0,1,.016-.01" transform="translate(25.659 2.567)"/><path d="M37.418,15.882a.032.032,0,0,1,0,.02.036.036,0,0,1-.01.021.138.138,0,0,1-.153-.008l0-.027a.141.141,0,0,1,.155-.006" transform="translate(-25.611 2.632)"/><path d="M6.624,14.863a.731.731,0,0,1-.066-.036l.007-.026.117,0a.033.033,0,0,1,.013.006c-.013.017-.029.033-.04.05s-.015.017-.03.009" transform="translate(40.912 2.455)"/><rect width="0.002" height="0.003" transform="translate(34.289 18.046) rotate(-116.587)"/><path d="M17.986,15.466c.019,0,.024.013.013.027s-.021.021-.031.021a.267.267,0,0,1-.15-.033.175.175,0,0,1,.169-.015" transform="translate(16.474 2.564)"/><path d="M5.168,15.384V15.4a.022.022,0,0,1-.013.009A.26.26,0,0,1,5,15.381c0-.006,0-.013.008-.014a.248.248,0,0,1,.156.017" transform="translate(44.25 2.549)"/><path d="M3.307,16.071s.009.007.012.01,0,.017-.012.019a.278.278,0,0,1-.171-.017.383.383,0,0,1,.171-.012" transform="translate(48.275 2.666)"/><path d="M3.3,16.081h0Z" transform="translate(48.111 2.668)"/><path d="M18.037,15.449c.044.006.094,0,.129.033-.045.044-.1.027-.149.017-.014,0-.049,0-.031-.03a.061.061,0,0,1,.051-.02" transform="translate(16.121 2.563)"/><path d="M18.069,15.347a.927.927,0,0,1,.139-.021c.012,0,.024.024.037.041-.059,0-.117.04-.177.01l-.007-.013c0-.007,0-.016.008-.017" transform="translate(15.949 2.543)"/><path d="M28.1,11.075a.746.746,0,0,1-.1.008c-.008,0-.017-.016-.024-.026l0-.015a.1.1,0,0,1,.129.008s0,.024,0,.024" transform="translate(-5.476 1.829)"/><path d="M.256,16.639a.311.311,0,0,1,.157.015v.009A.016.016,0,0,1,.4,16.67a.305.305,0,0,1-.153-.02s0-.01.008-.012" transform="translate(54.55 2.76)"/><path d="M19.919,15.429s0,.012,0,.016a.031.031,0,0,1-.012.015.176.176,0,0,1-.153-.017l.006-.02a.179.179,0,0,1,.156.006" transform="translate(12.296 2.557)"/><path d="M21.063,15.376a1.1,1.1,0,0,1,.122.016l.009.013a.069.069,0,0,1-.009.019.028.028,0,0,1-.017.012l-.122-.009c-.02,0-.026-.014-.015-.028s.022-.023.033-.022" transform="translate(9.544 2.551)"/><path d="M23.939,11.251a.281.281,0,0,1-.142-.014H23.79s.007,0,0-.012l.014-.021a.37.37,0,0,1,.153.023l0,.015a.029.029,0,0,1-.016.009" transform="translate(3.555 1.859)"/><path d="M24.807,15.393a.159.159,0,0,1-.2,0,.165.165,0,0,1,.2,0" transform="translate(1.76 2.548)"/><rect width="0.003" height="0.003" transform="translate(26.361 17.945) rotate(-135.027)"/><path d="M24.818,15.364a.227.227,0,0,1,.15.03c-.051.055-.11.034-.167.022-.019,0-.026-.014-.015-.029s.021-.023.031-.023" transform="translate(1.389 2.549)"/><path d="M26.711,15.248v-.019c.007-.007.01-.015.016-.017a.185.185,0,0,1,.139.009.017.017,0,0,1,.009.014.034.034,0,0,1-.008.02.171.171,0,0,1-.157-.007" transform="translate(-2.767 2.522)"/><path d="M18.829,14.748c-.014.052-.055.023-.084.021a.186.186,0,0,1-.061-.015c-.023-.008-.027-.048,0-.068s.044-.034.066-.049a.234.234,0,0,0,.034.017c.056.015.062.042.048.093" transform="translate(14.654 2.429)"/><rect width="0.003" height="0.002" transform="matrix(-0.894, -0.447, 0.447, -0.894, 33.402, 17.065)"/><path d="M4.609,13.657c-.042,0-.085.015-.125-.01s-.122-.019-.161-.058a.168.168,0,0,0-.021-.012.229.229,0,0,1,.034-.017.186.186,0,0,1,.026,0c.1-.016.2.041.3.042.019,0,.043.021.063.033,0,0,.008.009.006.012a.023.023,0,0,1-.015.012,1.026,1.026,0,0,1-.1,0" transform="translate(45.507 2.249)"/><path d="M4.04,13.74a.6.6,0,0,1-.129,0,1.359,1.359,0,0,1-.162-.049l0-.015h.077c.079-.022.145.037.22.036a.038.038,0,0,1,.02.012c-.006.007-.012.019-.022.019" transform="translate(46.824 2.268)"/><path d="M4.22,13.68c-.04,0-.064-.014-.063-.041s.012-.027.044-.026.063.015.064.041-.015.026-.045.026" transform="translate(46.14 2.259)"/><path d="M4.8,13.6a.029.029,0,0,1-.017.006c-.034,0-.068,0-.1-.006a.075.075,0,0,1-.037-.015c-.008-.024.035,0,.049-.008s.054,0,.078.007A.079.079,0,0,1,4.8,13.6" transform="translate(45.045 2.252)"/><path d="M3.463,13.782v-.01a.082.082,0,0,1,.086,0v.01a.082.082,0,0,1-.086,0" transform="translate(47.666 2.283)"/><path d="M4.045,13.675c-.019-.008-.043-.017-.014-.029a.123.123,0,0,1,.033.015l0,.014a.036.036,0,0,1-.022,0" transform="translate(46.5 2.264)"/><path d="M6.02,13.038s0-.009,0-.014L6,13.015,5.962,13A.29.29,0,0,1,6,12.982a.436.436,0,0,1,.15.028c.061.008.122,0,.183.007.042.038.1.017.149.033.01,0,.015.014.023.022-.091-.012-.182.022-.27-.033Z" transform="translate(41.799 2.154)"/><path d="M5.968,13.087a.73.73,0,0,1-.087,0,.058.058,0,0,1-.036-.014c-.015-.027.028-.006.037-.013.024,0,.047,0,.07,0a.092.092,0,0,1,.029.016.02.02,0,0,1-.013.008" transform="translate(42.462 2.167)"/><path d="M5.76,13.115c-.023,0-.048,0-.044-.019s.055-.014.076,0l0,.008-.035.009" transform="translate(42.794 2.171)"/><rect width="0.003" height="0.001" transform="matrix(-0.894, -0.447, 0.447, -0.894, 39.904, 14.067)"/><rect width="0.002" height="0.002" transform="translate(28.672 13.222) rotate(-135)"/><path d="M4.514,14.261s.016,0,.021-.008a.151.151,0,0,1,.048-.023c.049.017.115.04.209.07-.149-.022-.23-.033-.277-.038" transform="translate(45.198 2.361)"/><rect width="0.002" height="0.001" transform="matrix(-0.894, -0.447, 0.447, -0.894, 21.891, 17.889)"/><path d="M5.087,14.2l.024,0L5.1,14.2H5.092l0-.007" transform="translate(44.21 2.355)"/><rect width="0.003" height="0.002" transform="matrix(-0.447, -0.895, 0.895, -0.447, 26.233, 17.599)"/><rect width="0.002" height="0.002" transform="translate(36.804 17.186) rotate(-135)"/><path d="M7.127,14.533c-.028,0-.064.012-.073,0-.048-.04-.1-.028-.157-.029-.01,0-.029-.028-.03-.043s.014-.037.043-.03a.348.348,0,0,0,.18.028c.008,0,.028.013.038.022s.048.014.035.036-.024.009-.035.013" transform="translate(40.083 2.395)"/><path d="M2.627,14.982a.044.044,0,0,1-.017,0l0-.008h.024l0,.009" transform="translate(49.586 2.484)"/><path d="M3.416,14.85h0v0" transform="translate(47.855 2.463)"/><path d="M3.521,14.864c-.008,0-.01.019-.012.028a.122.122,0,0,0,.006.035H3.466c-.045,0-.055-.008-.03-.036s.037.008.015-.012a.422.422,0,0,0-.05-.035c-.041-.028-.042-.027-.149-.016-.061.006-.135-.01-.169.04-.043-.057-.131-.008-.177-.043s-.135.012-.18-.042l-.121,0c-.033,0-.077.008-.094,0a.175.175,0,0,0-.139-.022c-.056.01-.089-.029-.134-.03a.145.145,0,0,0-.108.024A.134.134,0,0,1,2,14.757c-.021-.008-.035-.024-.065-.022-.065,0-.133,0-.2.009a.142.142,0,0,1-.157-.063c-.021-.045-.055-.037-.094-.035-.015,0-.038,0-.044.007-.027.033-.05.027-.09,0a.063.063,0,0,0-.079.02c-.01.016-.019.017-.035.006a.086.086,0,0,0-.064-.023l-.118.006.014.01a.022.022,0,0,1-.015.036.141.141,0,0,1-.1-.015.03.03,0,0,1-.015-.026l0-.006c-.02-.007-.023-.024-.027-.042s-.008-.036-.01-.055l0-.02-.042,0a.189.189,0,0,1-.05-.022.258.258,0,0,1,.072-.015c.043,0,.085,0,.128.007.023-.008.031-.021.026-.049s.019-.024.044-.007c.051.036.133-.007.18.043a.042.042,0,0,0,.022,0,1.064,1.064,0,0,0,.124,0c.055-.009.089.027.135.03a.257.257,0,0,0,.041-.009c.017,0,.016-.037.049-.013s.09.016.133.04a.148.148,0,0,0,.131-.006c.057-.026.061-.023.12.007a.249.249,0,0,0,.083.034c.091,0,.182,0,.272,0a.476.476,0,0,0,.258.027.141.141,0,0,1,.09.021c.016.013.02.008.036,0a.16.16,0,0,1,.169,0A.279.279,0,0,0,3,14.666a.337.337,0,0,0,.1,0c.049-.007.07.029.111.03.058,0,.117,0,.173,0a.6.6,0,0,1,.184.029.563.563,0,0,0,.171,0,.593.593,0,0,1,.184.031c.077.012.16-.02.233.033H4.2l.026-.009.015.008a.3.3,0,0,1,.132.014.655.655,0,0,0,.216.019c.054,0,.113-.015.161.024.049,0,.1,0,.146.008s.079.036.135.03.117,0,.171,0,.117.048.184.033.108.029.159.029a.264.264,0,0,1,.155.043.1.1,0,0,0,.065.021c.031,0,.066,0,.1,0a.211.211,0,0,1,.134.036c.024.016.054.029.078.044s.028.015.037.007c.035-.03.052-.021.065.015.006.015.024.026.055.024a.735.735,0,0,1,.15.014h0c.008.006.021.01.014,0,.022.01.031.006.03,0A.119.119,0,0,0,6.4,15.14H6.39c-.009-.036.036-.027.068-.028s.065,0,.068.031l0,.014a.03.03,0,0,0,.019.01c.04,0,.08,0,.119.008s.087.023.132.031c.063.009.128-.012.187.02s.126,0,.185.023c.01,0,.015.016.023.024-.052,0-.115-.014-.154.016s-.075.006-.113.006a.248.248,0,0,0-.159-.031l-.245-.006c-.065-.047-.139-.023-.209-.03-.033,0-.078,0-.094-.007a.351.351,0,0,0-.188-.027.429.429,0,0,1-.117-.008.3.3,0,0,0-.164-.026c-.055,0-.119.009-.121-.051a.139.139,0,0,0-.115-.01.257.257,0,0,1-.258,0,.064.064,0,0,0-.063.012c-.01.01-.023.028-.05.006s-.052-.022-.045-.049h0c.008,0,.014-.012,0-.008.014-.014,0-.021,0-.02a.056.056,0,0,0-.026.015v.006c-.133.008-.25.009-.364.013a.162.162,0,0,1-.108-.031.078.078,0,0,1-.021-.023s.009-.009.015-.009c.065,0,.131,0,.195,0,.009,0,.017-.015.019-.024a.033.033,0,0,0-.035-.036c-.065,0-.131,0-.195,0s-.128-.048-.208-.034a1.074,1.074,0,0,1-.195,0,.032.032,0,0,1-.026-.007c-.013-.012-.029-.023-.033-.021-.028.012-.006.021.013.029s.014,0,.021,0l0,.016c.006.022.017.047-.029.05s-.061,0-.068-.035-.033-.03-.056-.008l-.015.012c-.055-.045-.12-.027-.183-.03a.129.129,0,0,1-.063-.023.273.273,0,0,0-.226-.033m2.173.254a.072.072,0,0,0,.08,0v-.01a.076.076,0,0,0-.082,0v.01m-.718-.125c.01.017.065.016.08,0v-.009l-.043-.012c-.024,0-.048,0-.036.02" transform="translate(47.113 2.398)"/><path d="M1.5,15.053v-.01h.01l.006.014-.015,0" transform="translate(51.996 2.496)"/><path d="M6.789,14.529c0,.023.014.056,0,.069h0l.027.009c.034.014.052.036.047.064,0,.007-.016.014-.026.019a.029.029,0,0,1-.02,0c-.045-.027-.085-.037-.112.012-.008.017-.035.009-.052,0s-.024-.016-.023-.019c.021-.026.064-.035.093-.056l-.041.015-.047-.061c-.061.015-.1-.044-.159-.034-.021,0-.038-.022-.036-.042l0-.014H6.433a.9.9,0,0,1-.122-.021c-.02,0-.024-.012-.013-.022s.01-.009.015-.008l.511.031a.1.1,0,0,1,.075.048c-.036,0-.073.006-.11,0v0" transform="translate(41.02 2.397)"/><path d="M.306,15.154a.371.371,0,0,1,.038-.009c.047,0,.1-.01.139.013a.291.291,0,0,0,.138.023c.008,0,.017.013.022.02s-.008.009-.014.008A.446.446,0,0,1,.465,15.2a.245.245,0,0,0-.113-.022c-.034,0-.061-.015-.047-.02" transform="translate(54.258 2.513)"/><path d="M.014,15.206a.331.331,0,0,1,.048,0,.217.217,0,0,1,.048,0c.009,0,.017.013.023.019s-.008.009-.014.009c-.031,0-.064,0-.1,0-.008,0-.017-.012-.023-.019s.008-.009.014-.009" transform="translate(55.119 2.523)"/><path d="M.69,15.142a.047.047,0,0,1,.05.017l-.033.012a.069.069,0,0,1-.022,0c-.014,0-.034-.009-.037-.016-.014-.027.027-.009.042-.012" transform="translate(53.76 2.512)"/><path d="M3.177,14c0-.006,0-.012,0-.016a.064.064,0,0,0-.021-.013l-.014-.008a.02.02,0,0,1-.012.007.771.771,0,0,1-.1,0,.074.074,0,0,1-.042-.017c-.016-.034.034-.008.045-.016a.606.606,0,0,1,.08,0l.01,0a.085.085,0,0,1,.034-.013c.064-.012.118.026.176.035s.142.007.215.01c.048.047.119.02.175.038.013,0,.017.019.026.028-.1-.015-.213.029-.316-.04Z" transform="translate(48.04 2.311)"/><path d="M3.986,13.938a.052.052,0,0,1-.027,0,.949.949,0,0,0-.121-.035c-.044-.007-.09,0-.135,0-.008,0-.02-.014-.027-.022s.009-.01.016-.012h.08c.036,0,.073,0,.108,0,.055,0,.078.031.117.048l0,.012a.035.035,0,0,1-.016.012" transform="translate(46.964 2.301)"/><path d="M2.983,14.062a1,1,0,0,1-.1,0,.074.074,0,0,1-.043-.019c-.016-.033.034-.007.045-.015a.63.63,0,0,1,.082,0c.012,0,.023.013.034.02s-.008.01-.015.01" transform="translate(48.95 2.327)"/><path d="M2.575,14.13c-.017,0-.036,0-.054,0a.421.421,0,0,1-.055,0,.053.053,0,0,1-.026-.022s.008-.01.015-.01a.841.841,0,0,1,.108,0c.008,0,.02.014.026.022s-.008.01-.015.01" transform="translate(49.816 2.339)"/><path d="M2.3,14.163a.631.631,0,0,1-.082,0c-.012,0-.023-.013-.034-.02s.008-.01.015-.01a1.026,1.026,0,0,1,.1,0,.074.074,0,0,1,.042.017c.016.033-.034.007-.045.015" transform="translate(50.353 2.344)"/><path d="M2.191,14.193a1,1,0,0,1-.1,0,.067.067,0,0,1-.043-.017c-.016-.033.034-.007.045-.015.029,0,.055,0,.082,0a.112.112,0,0,1,.034.02s-.008.01-.015.01" transform="translate(50.665 2.349)"/><path d="M2.738,14.1c-.027,0-.056,0-.051-.023s.064-.016.09,0l0,.01c-.013,0-.028.008-.042.012" transform="translate(49.341 2.333)"/><path d="M1.671,14.836s.009-.009.014-.009.023.007.035.01c0,0-.009.009-.014.009s-.023-.007-.035-.01" transform="translate(51.584 2.46)"/><path d="M1.225,14.821a.085.085,0,0,1-.045,0,.1.1,0,0,1-.033-.037c0-.007.009-.017.021-.021a.214.214,0,0,1,.047,0,.155.155,0,0,1,.023,0l.044.01c0,.007-.006.015-.012.02a.176.176,0,0,1-.045.028" transform="translate(52.632 2.449)"/><path d="M1.84,14.743c-.015-.009-.019-.026-.027-.04s-.056-.013-.023-.03c.017-.01.078,0,.082.012,0,.029.033.044.066.062-.012,0-.023.014-.035.013a.172.172,0,0,1-.063-.016" transform="translate(51.24 2.434)"/><path d="M1.64,14.761c-.038,0-.061-.009-.069-.031s.008-.027.031-.029c.038,0,.063.009.069.031s-.007.028-.031.029" transform="translate(51.75 2.439)"/><path d="M.963,14.806c.012,0,.022-.014.034-.013s.043.01.065.015L1,14.822Z" transform="translate(53.067 2.455)"/><path d="M1.382,14.759l0-.01a.077.077,0,0,1,.08,0l0,.009c-.012.015-.059.014-.082,0" transform="translate(52.18 2.445)"/><path d="M.789,14.863l-.029.009-.02-.01a.129.129,0,0,1,.03-.008s.013.006.019.009" transform="translate(53.601 2.465)"/><path d="M36.87,10.535a1.239,1.239,0,0,1-.18.038.084.084,0,0,1-.1-.087c0-.016-.016-.043-.01-.048.035-.03.078-.083.11-.076.09.017.17.082.269.066.01,0,.034.019.033.028a.053.053,0,0,1-.023.041.9.9,0,0,1-.1.037" transform="translate(-24.395 1.719)"/></g></g></svg>'); width: 55px; height: 31px; background-size: cover; bottom: 15px; left: 15px; transition: all 0.25s linear; }*/
.blog-post .blog-post-content > a { position: absolute; height: 34px; width: 60px; background-repeat: no-repeat; background-size: 100%; background-position: center; bottom: 15px; left: 15px; transition: all 0.25s linear; background-image: url(/warehouse/dynamic/395573.svg); }
.blog-post:hover .blog-post-content > a { left: 0; }
.blog-post:hover .blog-post-content::before, .blog-post:hover .blog-related-post-title::before { left: 0; }

.blog-post-image { margin-bottom: 15px; overflow: hidden; }
.blog-post-image img { transition: 0.6s all ease; object-fit: cover; }
.blog-post-image:hover img { transform: scale(1.1) }
.blog-post-title { font-size: inherit; padding: 0; margin-bottom: 30px }
.blog-post-title a { font-size: 1.6rem; line-height: 1.38; }
.blog-post-text { padding: 0; margin: 0; border: none; width: 50%; display: inline-flex; align-items: center; }
.blog-post-text::before { content: ''; display: inline-flex; width: 15px; height: 18px; margin-left: 10px; background-image: url(/warehouse/dynamic/401774.svg); background-position: center; background-repeat: no-repeat; background-size: 100%; }
.blog-post-text { display: none; }

.blog-post-icons { margin: 0; display: flex; font-size: 1.6rem; max-width: 240px; flex-wrap: wrap; align-items: flex-start; }
.blog-post-icons span { margin: 0; display: inline-flex; align-items: center; }
.blog-post-icons span i::before, .blog-post-icons span i::before { content: none; }
.blog-post-icons .blog-post-Time-container { display: flex; gap: 5px; position: relative; }
.blog-post-icons .blog-post-writer { width: 100%; margin-bottom: 15px; flex-direction: row-reverse; justify-content: flex-end; gap: 5px; }

.blog-post-icons .blog-post-date { width: 50%; position: relative; }
.blog-post-icons .blog-post-Time-container::after { content: ''; position: absolute; top: 50%; transform: translateY(-50%); width: 1px; background: var(--dark); right: -20px; height: 10px; }
.blog-post-icons .blog-post-date, .blog-post-icons .blog-post-text, .blog-post-icons .blog-post-Time-title { font-size: 1.2rem; }
.blog-post-icons span i { width: 16px; height: 16px; background-image: url(/warehouse/dynamic/401443.svg); font-weight: unset; background-position: center; background-repeat: no-repeat; background-size: 100%; }
#BlogView .blog-post-icons .blog-post-Time-container { margin-right: 0; display: flex; align-items: center; gap: 8px; }
#BlogMain { display: flex; flex-direction: column; }

ul.pagination { display: flex; justify-content: center; align-items: center; gap: 5px; }
ul.pagination > li > a { background: transparent; padding: 0; min-width: 30px; height: 30px; display: inline-flex; align-items: center; justify-content: center; color: #333333; border: navajowhite; }
ul.pagination > li.active > a { background: #333333; color: #ffffff; }
ul.pagination > li > a#NextLink { background-image: url(/warehouse/dynamic/395573.svg); background-size: 100%; background-position: center; background-repeat: no-repeat; width: 40px; transform: scaleX(-1); }
ul.pagination > li > a#NextLink span { opacity: 0; }

/*blog inner page*/
.blog-view { max-width: 730px; width: calc(100% - 60px); margin: 60px auto 120px; text-align: right; }
.blog-view #headline h1 { font-size: 3.5rem; font-family: var(--medium); text-align: right; }
#BlogView h2 { font-family: var(--medium); font-size: 1.6rem; margin-bottom: 45px; }
#BlogView #headline + h2 { margin-bottom: 5px; }
#BlogView #text1, #BlogView #text2 { max-width: 100%; margin-bottom: 0; }
#BlogView ul { margin: 0; padding: 0; list-style: none; font-size: 1.6rem; }
#BlogView #text1 > ul { margin: 20px 0; }
#BlogView strong { font-family: var(--medium); font-size: 1.6rem; font-weight: unset; }
#BlogView h3 { margin-top: 20px; font-family: var(--medium); font-size: 1.6rem; }
.blog-grid #BlogView #text1 ul li,
.blog-grid #BlogView #text2 ul li { position: relative; padding-right: 35px; }
.blog-grid #BlogView #text1 ul li:not(:last-child),
.blog-grid #BlogView #text2 ul li:not(:last-child) { margin-bottom: 15px; }
.blog-grid #BlogView #text1 ul li::before,
.blog-grid #BlogView #text2 ul li::before { content: ''; position: absolute; right: 0; top: 4px; width: 25px; height: 28px; background-image: url(/warehouse/dynamic/397119.svg); background-repeat: no-repeat; background-position: center; background-size: 100%; pointer-events: none; }
.blog-post-writer.signature { gap: 5px; display: inline-flex; font-family: var(--medium); font-size: 1.6rem; font-weight: normal; margin: 10px 0 45px; align-items: center; flex-direction: row-reverse; }
#BlogView .share-strip { margin: 20px 0 40px; float: none; text-align: right; display: inline-flex; justify-content: flex-start; direction: rtl; align-items: center; }
#BlogView .share-strip::before, #BlogView .share-strip::after { content: none; }
#BlogView .share-strip::after { content: ''; display: inline-flex; height: 2px; background-image: url(/warehouse/dynamic/399509.svg); width: calc(100% - 150px); background-size: auto; position: unset; margin-right: auto; background-position: center; border: none; }
#BlogView .share-strip .share { font-size: 1.6rem; font-family: var(--medium); margin-left: 10px; }
#BlogView .share-strip .share_wrapper { display: flex; gap: 10px; }
.share-strip a.share-icon.twitterShare { display: none !important; }

.blog-related-posts { margin: 0; background: #f3f1ee; padding: 0 0 40px; }
#BlogView .blog-related-posts h2 { font-size: 3.5rem; font-family: var(--medium); margin: 0 0 30px; text-align: center; padding-top: 80px; }
#BlogView .blog-related-posts h2::before { content: ''; display: block; background-size: cover; width: 77px; height: 48px; margin: 0 auto 15px; background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="77.237" height="48" viewBox="0 0 77.237 48"><defs><clipPath id="a"><rect width="77.237" height="48" transform="translate(683.881 1899)" fill="%23fff" stroke="%23707070" stroke-width="1"/></clipPath></defs><g transform="translate(-683.881 -1899)" clip-path="url(%23a)"><g transform="translate(827.275 1713.619) rotate(-14)"><path d="M-191.3,229.432c7.912-1.119,15.945-.647,23.862.167,1.968.2,3.935.415,5.9.659a28.1,28.1,0,0,1,5.616,1.176,53.935,53.935,0,0,1,5.255,2.262c1.652.766,3.3,1.541,4.931,2.354a61.371,61.371,0,0,1,10.5,6.383c.508.4,1.231-.315.717-.717a59.374,59.374,0,0,0-9.4-5.883c-3.331-1.717-6.743-3.377-10.21-4.8-3.7-1.522-7.676-1.839-11.616-2.266-4.06-.441-8.131-.81-12.214-.948a78.352,78.352,0,0,0-13.6.639c-.643.091-.369,1.068.27.977" transform="translate(0 -44.592)" fill="%23040504"/><path d="M-110.3,232.892l-.015,0c-.087-.013-.038,0,.015,0" transform="translate(-48.502 -47.637)" fill="%23040504"/><path d="M-92.344,238.918a.444.444,0,0,0-.066-.046s.015.015.066.046" transform="translate(-59.173 -51.198)" fill="%23040504"/><path d="M-105.442,233.825l.136.043-.136-.043" transform="translate(-51.425 -48.197)" fill="%23040504"/><path d="M-85.5,241.973a1.9,1.9,0,0,0,.188.093l-.027-.017a.987.987,0,0,1-.161-.075" transform="translate(-63.282 -53.042)" fill="%23040504"/><path d="M-84.931,241.508l.445.219-.445-.219" transform="translate(-63.62 -52.766)" fill="%23040504"/><path d="M-102.332,237.46l-.108-.035a.891.891,0,0,0,.108.035" transform="translate(-53.21 -50.338)" fill="%23040504"/><path d="M-180.214,228.853c.471,0,.221-.043.322-.069.563-.006.26.036.451.062.351-.007.621-.045.883-.041.019.008.07.012.01.019.372-.026,1.1.028,1.536,0a.253.253,0,0,1,.056.013c-.069-.025-.079-.049-.064-.064a2.332,2.332,0,0,1,.471.021.758.758,0,0,0-.2.012l.222,0c.2.051-.3,0-.3.033.432,0,.937-.01,1.267.016.067.044-.774-.018-.334.037l-.511-.037c.388.081-.311-.017.045.067.673.04.754.008,1.424.058.152-.015-.048-.037.1-.051.957.01.745.144,1.449.135a2.23,2.23,0,0,1,.755,0l-.174.035c.65.049.376-.04,1.055.042-.122.009-.512-.024-.414-.011a3.466,3.466,0,0,0,.654.023l.067.047c.693.047,1.458.083,2.225.145-.043.009-.176.009,0,.039.969.068,2.062.2,2.99.325l.359,0c.083.009.152.033.062.03.361.054.021-.021.2-.015.207.021.27.051.139.047.643.041,1.83.139,2.5.252l-.133,0c.523.073.6-.006,1.084.081l-.094,0c1.139.136,2.4.255,3.252.459.174-.028,1.108.223,1.193.173.63.176.448.137,1.328.39.235.066.364.054.656.134l0,.038.4.087.193.112.271.084c-.106-.039-.221-.1-.2-.1a5.357,5.357,0,0,1,1.009.423c.33.118.657.244.984.372a2.606,2.606,0,0,1-.324-.105c.532.184.079.075.565.247-.06-.036.043-.005.057-.008.227.123.759.364,1.156.537l-.086-.011c.705.336,1.5.682,2.3,1.063-.279-.147-.2-.156.039-.049l.076.08c.161.049-.237-.129.084-.01.294.146.18.136,0,.066l.366.159c.016.021-.071-.014-.1-.011.158.048.6.332.836.4l.015.02,1.8.844a2.876,2.876,0,0,1,.481.17l1.549.8c.4.187.129.033.316.106.015.042.579.329.277.2l1.72.877c-.086-.061-.186-.122-.127-.1a1.133,1.133,0,0,1,.313.2l-.042-.019c.971.474,2.12,1.3,2.881,1.7l-.043-.023.772.444c.341.226-.219-.113.025.067.837.473,1.263.837,1.93,1.261.224.213.664.528,1.122.865l.343.257a2.417,2.417,0,0,0,.379.259.764.764,0,0,0,.862-.213l-.057.033a1.052,1.052,0,0,0,.154-.254.471.471,0,0,0,.041-.261c.007.041-.043.326-.028.142a.535.535,0,0,0-.152-.422,2.851,2.851,0,0,0-.285-.23l-.554-.421-1.132-.838c-.764-.554-1.545-1.094-2.33-1.6a11.628,11.628,0,0,1-1.093-.6l.23.091c-1.2-.67-2.43-1.414-3.639-2a1.05,1.05,0,0,1,.2.081,5.674,5.674,0,0,0-.945-.469c-.185-.1-.033-.041-.142-.111-.245-.146-.652-.293-.774-.387-.021-.016.076.028.123.049-.171-.072-.769-.394-.626-.284-.443-.242-.868-.42-1.22-.617-.251-.084-.766-.4-.864-.387a5.166,5.166,0,0,0-1.075-.541c.1.031-.242-.135-.12-.1-.328-.157-.635-.289-.589-.236-.578-.347-1.244-.52-1.552-.753-1-.421-1.922-.8-2.824-1.166.054-.039.992.414.975.346l-2.216-.85c-.221-.087.135.023.213.047a21.735,21.735,0,0,0-2.5-.759,1.142,1.142,0,0,1,.174.028c-.158-.037-.364-.1-.353-.07l.155.031c.241.1-.642-.084-.675-.066.284-.011-.788-.192-.343-.186-.105-.019-.238-.036-.218-.014-.154-.036-.2-.055-.04-.043-.573-.1-.375-.036-.891-.131a1.07,1.07,0,0,1,.165,0,9.182,9.182,0,0,1-.969-.128c.028,0-.022-.021.109,0-.753-.118-1.293-.13-2.118-.258.251-.023-.28-.051-.318-.1l-.448-.039.176.043c-.39-.045-.74-.052-1.074-.1l.292.013-.733-.071.413.062c-.4-.019.036.062-.482-.007.106.007-.391-.042-.592-.09h0a5.426,5.426,0,0,1-.683-.055c-.073-.022.066-.043.018-.058-.195.018-.916-.088-1.162-.073.081,0,.088-.024.062-.032l-.163.014c-.18-.029-.206-.037-.175-.052-.544-.062.167.075-.477-.016.051,0,.027,0,.133,0-.648-.079-1.256-.108-1.852-.18-.172-.062.523.039.325-.019-.862-.075-1.788-.113-2.621-.193l.155.018c-.121.055-.618-.084-1.043-.086.1,0,.138-.025.11-.02-.571-.056-1.17-.073-2.038-.11l.108-.01c-.336-.036-.887-.064-1.252-.092-.109.011-.317,0-.192.027-1.119-.155-2.146-.051-3.141-.155.12,0,.285-.006.19-.009l-.851,0a1.252,1.252,0,0,0,.289.045,4.647,4.647,0,0,1-.559.018c.382-.011,0-.046-.167-.063.028.009-.029.018-.015.027-.444-.055-.075.056-.681.015l.032-.015c-.227.007-.436.026-.681.021-.1-.033.242-.015.257-.041-.344,0-.678.062-.99.032l.5-.022a4.79,4.79,0,0,0-.63-.03h.025l-.583-.009.148.008c-.429.091-.876.032-1.453.105.561-.069.092-.033.134-.071-.148-.007-.373-.009-.31-.021-.273.041-.459-.008-.843.054-.018-.011-.293.013-.233-.019-.356.027.085.016.056.033-.546.065-1.293.019-2.077.134-.677.078-.8.125-1.426.206-.214,0,.17-.06.17-.06a7.931,7.931,0,0,0-.923.092c.064-.017,0-.019-.1-.021a3.817,3.817,0,0,1-.511.082,1.688,1.688,0,0,1,.253-.077l-.915.153c-.086-.01.186-.054.3-.081a8.468,8.468,0,0,0-1.02.184l.229-.019c-.129.019-.07-.019.024-.038a1.032,1.032,0,0,1,.457-.037l-.223.037a11.16,11.16,0,0,0,1.353-.169l-.183.071.459-.092c.1,0,.17.023-.052.055.326-.011.285-.049.566-.048.031,0,.017,0-.011.01l.315-.045c-.061.017.056.03-.139.042.571-.028.915-.118,1.132-.1l-.047.007c.789-.078.073-.044.664-.131l.406.064.075-.042c.082,0,.244-.011.214.006.3-.044-.053-.013.122-.048a10.607,10.607,0,0,1,1.175-.019c.14-.035-.377,0,.042-.043a5.8,5.8,0,0,0,.846-.014c-.109.037-.45.032-.09.048a7.07,7.07,0,0,1,1-.027,8.563,8.563,0,0,1,1.168-.05c-.032.013.958.018,1.431.039l-.014.007a5.619,5.619,0,0,1,.936-.033c-.014.027-.079.035-.271.045l.334.006a2.761,2.761,0,0,1,.4-.019l-.085.032c.445.007.9-.017,1.468.026.033-.03-.452-.1.154-.1.022.018.043.047-.116.048a2.6,2.6,0,0,1,.29,0l-.243.019c.26.022.137-.019.345-.009-.005.024.154.024.123.041-.053,0-.181-.017-.261-.011a5.073,5.073,0,0,1,.611.062c-.02-.015,0-.032.174-.028.445.019.151.036.409.061.109-.011.391.02.4-.015a.652.652,0,0,1,.2.038c.231,0,1.074.058.817,0l-.059-.006h.038c.756.009,1.564.123,2.312.165l0,.012c.447.02.993.071,1.313.072.132.011.309.049.252.058a8.124,8.124,0,0,1,.871.075,1.315,1.315,0,0,1-.352-.017,8.375,8.375,0,0,0,1.018.09c-.165.015.329.071.54.081l-.308-.051c.237.018.443.041.653.064l-.118.029c.9.137,1.64.082,2.319.237.242,0-.489-.073-.272-.083.415.05.842.154.973.169.568.083.538,0,1.133.077-.075-.022-.143-.069.3-.034.416.05.5.116.241.1a.409.409,0,0,1-.143-.024c-.135-.009-.312-.022-.149.011l.056-.009a4.1,4.1,0,0,1,.64.107c.315.021.137-.009-.095-.042.531.08.833.093,1.379.174-.086-.018-.165-.045-.078-.034a8.3,8.3,0,0,0,.9.08c.306.064-.118.036.431.1.332.062.065.048-.069.041a10.587,10.587,0,0,1,1.207.208l-.263-.03c.157.017.285.039.414.062l-.144-.055a1.377,1.377,0,0,1,.277.066c.161.009-.113-.069.2-.039a4.926,4.926,0,0,1,.686.154c-.637-.138.063.052-.479-.048.105.016.232.041.384.076.022.008-.023,0-.065,0,.6.153.289.013.92.15-.085,0,.137.07.24.092-.253-.059-.113-.066.123-.024.4.117.44.093.649.153-.079-.026-.158-.049-.237-.07a3.5,3.5,0,0,1,.566.127c.019.023-.256-.059-.159-.024.321.045.684.238,1.117.348.191.081.006.045.174.114.481.137.5.2,1,.374-.13-.082-.158-.085.2.023-.272-.1-.539-.2-.814-.289.18.045.355.1.533.156-.242-.1-.52-.18-.667-.234.257.065.229.063.12,0,.322.159.672.226,1.046.408l-.039.062c.562.268,1.034.392,1.768.731l-.233-.115c.111.016.459.2.7.291-.032.012.114.086.21.145a6.164,6.164,0,0,0,.626.23l.315.179c.588.283.705.249,1.271.523-.182-.057.069.08-.319-.082a1.982,1.982,0,0,0,.368.16c.1.065.539.219.7.323a1.4,1.4,0,0,1,.332.122c.021.015-.006.01-.006.01s.339.146.165.032c.549.347,1.624.787,2.1,1.1l1.278.627c-.027-.006-.006.01-.075-.028.5.28.345.1.913.419.278.188-.317-.14-.139-.032.044.112.7.351,1.068.6l-.1-.045c.283.18.735.358,1.211.628,0,0-.027-.006-.009.009.347.145.971.482,1.432.739-.157-.056-.215-.106-.144-.029.206.115-.034-.079.377.152a3.268,3.268,0,0,1,.429.331l-.383-.225a6.912,6.912,0,0,0,.69.422h-.035c.584.349.617.315,1.233.711l-.056-.053c.362.178.269.2.621.393l.074.107c.227.135.795.475,1.186.742-.239-.126-.706-.424-1-.6.217.146.737.5.861.556-.089-.056-.2-.124-.286-.188a9.218,9.218,0,0,1,1.064.686c-.064.01.207.214.524.455.159.119.328.251.473.37s.277.226.292.285a.3.3,0,0,1-.1.43.416.416,0,0,1-.508.019c-.365-.284-.761-.6-1.2-.917.266.285-.255-.184-.246-.083a3.409,3.409,0,0,1-.3-.215l-.6-.47c-.136-.12.206.122.2.095-.451-.316-.171-.159-.463-.378.047.064-.18-.074-.436-.256l.349.273c-.661-.393-.52-.419-1.194-.8l.219.112a17.557,17.557,0,0,0-1.613-.921c-.056-.043-.126-.108.028-.024-.812-.495-1.864-1-2.5-1.38l.072.018a4.082,4.082,0,0,1-.475-.236c.013,0,.071.018,0-.022s-.43-.193-.634-.31l.187.075c-.809-.451-1.286-.607-1.985-.943a5.241,5.241,0,0,0-.948-.541h.015c-.97-.47-1.671-.748-2.581-1.159-.534-.322-1.882-.924-2.772-1.371.134.073-.04.027-.2-.043-.207-.108-.6-.236-.549-.265l.075.035a5.821,5.821,0,0,0-.928-.454l-.082.034a26.287,26.287,0,0,0-2.9-1.134c-.233-.052-.517-.131-.749-.174l.021-.03c-.637-.168-.958-.246-1.76-.39l.168.007c-.452-.086-.588-.007-1-.072l-.118-.071a22.475,22.475,0,0,0-2.375-.3c.014-.006.039-.018.167-.006a6.166,6.166,0,0,0-1.311-.111,8.066,8.066,0,0,0-1.247-.123l.07-.026a6.119,6.119,0,0,1-.884-.031c-.119-.018-.1-.039.056-.013-.4-.062-.313,0-.794-.074l.182,0a3.054,3.054,0,0,0-.606-.033,4.59,4.59,0,0,1-.834-.131,2.122,2.122,0,0,1-.525-.017c-.031-.015.058-.013.1-.012-.684-.092-1.024-.062-1.493-.139a.149.149,0,0,0-.078-.027c.545.05.984.1.943.094,0-.031-.437-.081-.082-.089-.356-.011-.965-.015-1.393-.07a.422.422,0,0,1-.056-.016h.045c-.1-.012-.188-.018-.272-.02l-.355-.039a6,6,0,0,0-.724-.077c.015.036-.272.006,0,.057a.941.941,0,0,1,.188.011l.094,0-.015,0,.547.044a3.186,3.186,0,0,1-.6-.038l-.311.029c-.3-.075-.875-.142-.954-.178-.673-.035-1.584-.1-2.011-.063a.89.89,0,0,1-.289-.047c.111,0,.242.01.3,0a10.8,10.8,0,0,0-1.227-.019c-.481-.046.273-.026-.39-.055l.09-.009c-1.3-.135-2.124.021-3.567-.1a.957.957,0,0,1,.171.018c-1.649-.073-3.4.022-5.026.022a4.743,4.743,0,0,0-.793.07l-.1-.032-.48.072c-.681.068-1.19-.018-2.049.116l.114.016c-.311.016-.98.1-.931.072a.668.668,0,0,1-.221.036l-.011-.018-.757.112c-.59.058.083-.088-.776.017a4.059,4.059,0,0,0-.779.17,1.271,1.271,0,0,1,.343-.013l-.29.047c-.045.063-.26.149.459.1l.493-.1.163.006-.418.056a2.426,2.426,0,0,0,.555-.084.835.835,0,0,0,.212,0l.484-.105c.062.016-.215.067.115.045.227-.049-.225-.026.153-.083a1.366,1.366,0,0,0,.452-.023c.041.011-.017.026-.128.044.247-.047.659-.072.786-.111a5.7,5.7,0,0,1,.823-.022,5.363,5.363,0,0,1,.667-.091c-.416.09.861-.048.754.027.307-.083,1.122-.076,1.672-.133a.7.7,0,0,1-.139.017c.31-.009.4.008.6.015a4.61,4.61,0,0,1,.782-.105c.381.038-.23.061-.11.1-.02-.038.66-.053.53-.082a1.727,1.727,0,0,1,.4.051c.051-.06.271-.011.512-.049a2.194,2.194,0,0,0,.571.035c.22.02-.191.04-.191.04m11,.47h0l-.227-.019.227.018m.922.086-.4-.039c-.031-.015,0-.024.1-.015a1.852,1.852,0,0,0,.3.053m-1.93-.412a.721.721,0,0,1,.214.027l-.256-.018-.017,0a.2.2,0,0,1,.059-.012" transform="translate(-0.828 -44.478)" fill="%23040504"/><path d="M-104.7,236.712V236.7l-.079-.017Z" transform="translate(-51.822 -49.899)" fill="%23040504"/><path d="M-105.575,233.2l.064.016c.15.035.049.009-.064-.016" transform="translate(-51.346 -47.827)" fill="%23040504"/><path d="M-85.053,241.448h0l.05.024Z" transform="translate(-63.547 -52.73)" fill="%23040504"/><path d="M-98.854,238.034l.178.061-.33-.127Z" transform="translate(-55.252 -50.661)" fill="%23040504"/><path d="M-120.328,152.948c-3.648,1.036-6.582,3.977-8.811,6.925a27.675,27.675,0,0,0-4.78,10.087,27.158,27.158,0,0,0-.774,6.279.507.507,0,0,0,1.014,0A26.561,26.561,0,0,1-125.4,157.21a13.275,13.275,0,0,1,5.342-3.285.507.507,0,0,0-.27-.977" transform="translate(-34.034 -0.098)" fill="%23040504"/><path d="M-121.986,175.453c.021-.034.027-.05.025-.054-.018.033-.033.06-.025.054" transform="translate(-41.587 -13.459)" fill="%23040504"/><path d="M-123.234,177.3l.03-.044a.142.142,0,0,0-.03.044" transform="translate(-40.846 -14.566)" fill="%23040504"/><path d="M-125.3,180.836l0-.006c.017-.041.006-.018,0,.006" transform="translate(-39.619 -16.675)" fill="%23040504"/><path d="M-134.375,207.54c-.038.168-.026-.279-.072-.024.014-.023.043.235.072.024" transform="translate(-34.179 -32.507)" fill="%23040504"/><path d="M-134.454,207.633h0l0,.026c0-.011,0-.017,0-.026" transform="translate(-34.173 -32.624)" fill="%23040504"/><path d="M-128.925,189.475a.131.131,0,0,0,.027-.032s-.011.007-.027.032" transform="translate(-37.463 -21.809)" fill="%23040504"/><path d="M-126.242,183.1l-.034.062.034-.062" transform="translate(-39.038 -18.038)" fill="%23040504"/><path d="M-129.949,193.013a.45.45,0,0,0-.032.1l.009-.014a.233.233,0,0,1,.023-.084" transform="translate(-36.835 -23.932)" fill="%23040504"/><path d="M-130.838,196.555l.013-.026c0-.015.006-.032.009-.047Z" transform="translate(-36.325 -25.994)" fill="%23040504"/><path d="M-129.412,193.341l-.073.229.073-.229" transform="translate(-37.13 -24.127)" fill="%23040504"/><path d="M-129.076,183.008l.019-.052a.2.2,0,0,0-.019.052" transform="translate(-37.373 -17.952)" fill="%23040504"/><path d="M-129.983,195.615a.769.769,0,0,0-.055.126.157.157,0,0,0,0,.029Z" transform="translate(-36.801 -25.479)" fill="%23040504"/><path d="M-125.1,155.024c-.182.146-.058.1-.08.154-.208.184-.12.055-.209.1-.127.118-.206.232-.3.317-.012,0-.033.015-.017-.011-.113.149-.413.354-.534.536a.071.071,0,0,1-.028.011c.041-.007.06.007.066.023-.075.071-.121.152-.169.157a.192.192,0,0,0,.058-.082l-.071.084c-.1.036.1-.112.077-.135-.145.156-.3.347-.424.456-.055-.007.262-.276.08-.152l.195-.161c-.185.084.115-.1-.062-.031-.252.217-.251.274-.5.5-.036.069.041.006.005.075-.3.362-.33.2-.529.483a.606.606,0,0,1-.211.308l.021-.094c-.217.236-.072.181-.318.411.026-.056.156-.2.119-.166-.172.138-.082.133-.193.257h-.054c-.215.265-.437.569-.665.87,0-.024.034-.083-.031-.022-.284.383-.631.8-.922,1.155l-.075.163c-.025.032-.058.051-.037.012-.114.139.013.021-.025.1-.056.085-.094.1-.066.039a9.676,9.676,0,0,1-.668,1.038l.027-.06c-.154.21-.094.287-.25.473l.019-.043c-.313.468-.589,1.026-.842,1.377,0,.094-.279.483-.233.548a4.439,4.439,0,0,0-.369.578c-.055.108-.041.18-.1.319l-.036-.013-.049.2-.086.079-.05.132c.026-.05.065-.1.071-.089a1.863,1.863,0,0,1-.26.475l-.173.49a.52.52,0,0,1,.036-.166c-.071.27-.056.031-.119.28.021-.028.014.026.019.034a3.309,3.309,0,0,0-.241.579l-.01-.047c-.143.358-.268.766-.4,1.176.062-.143.092-.095.056.026l-.054.036c0,.085.055-.121.032.048-.052.152-.075.09-.06,0l-.046.191c-.015.007-.007-.039-.017-.054,0,.084-.139.311-.133.435l-.015.007c-.118.416-.166.606-.249.947.031.015-.011.146-.01.255-.076.247-.168.519-.232.824-.03.217.015.068.013.169-.034.009-.094.314-.083.152-.07.367-.089.469-.145.938.021-.048.036-.1.042-.073-.01.085-.047.189-.059.175v-.023c-.043.528-.269,1.2-.248,1.626v-.024l-.009.439c-.023.2-.013-.122-.045.024.009.474-.065.744-.051,1.134a2.507,2.507,0,0,0-.063.7v.418a.839.839,0,0,0,.105.448v-.04c.1.1.1.138.189.2-.005-.023-.113-.1-.036-.063a.709.709,0,0,0,.8,0,.616.616,0,0,0,.247-.361c.025-.156.023-.255.032-.372.034-.456.048-.915.1-1.363.033-.328-.1-.2-.01-.605l.03.121c-.006-.669.158-1.351.208-2a.25.25,0,0,1,0,.105,1.432,1.432,0,0,0,.073-.506c.021-.1.026-.019.049-.079.042-.132.027-.347.069-.414.007-.011,0,.04,0,.065,0-.091.081-.411.032-.334.07-.235.094-.459.159-.644-.007-.133.116-.4.073-.455.044.03.147-.4.171-.559,0,.054.055-.124.06-.06.049-.169.085-.327.049-.306.154-.293.131-.645.278-.79.15-.5.272-.975.448-1.414.045.036-.192.486-.125.489a10.282,10.282,0,0,1,.375-1.089c.05-.1,0,.07-.009.109.138-.428.356-.788.492-1.164a.29.29,0,0,1-.022.084c.032-.072.084-.162.058-.165l-.026.073c-.086.1.063-.316.052-.337,0,.15.191-.345.178-.116.019-.047.039-.11.019-.107.04-.066.06-.083.041-.005.119-.255.049-.179.168-.4.01.006-.009.054-.009.084a1.842,1.842,0,0,1,.188-.437c0,.015.02,0-.01.054a7.1,7.1,0,0,1,.478-.921c-.016.13.085-.11.135-.105l.1-.195-.063.064a3.574,3.574,0,0,1,.26-.456l-.062.129.191-.3-.126.16c.087-.174-.06-.014.092-.22-.025.046.106-.16.184-.228h0a1.305,1.305,0,0,1,.169-.289c.032-.022.025.053.046.039.016-.1.242-.377.283-.493-.016.037,0,.053.014.045l.021-.081c.06-.066.072-.073.079-.051.163-.211-.1.034.111-.206a.53.53,0,0,1-.029.059c.2-.246.342-.512.542-.727.09-.039-.153.2-.06.152.26-.33.51-.709.776-1.017l-.052.056c-.017-.089.225-.207.34-.38-.03.041-.018.073-.014.058.2-.2.371-.433.643-.759l-.024.049c.124-.108.313-.3.444-.419.026-.049.1-.118.039-.092.451-.32.714-.768,1.136-1.027-.045.038-.095.1-.06.071l.3-.281c-.043,0-.052.022-.132.062a.986.986,0,0,1,.19-.2c-.133.133.03.034.1,0-.016,0,0-.023-.011-.026.2-.1-.009-.069.245-.225l0,.021a2.326,2.326,0,0,1,.249-.221c.059,0-.086.082-.075.109.132-.1.227-.248.369-.311l-.186.16a1.339,1.339,0,0,0,.268-.152l-.01.006.241-.148-.065.033c.125-.188.343-.253.554-.447-.206.189-.023.05-.021.092.066-.029.165-.077.144-.052.1-.1.2-.091.343-.224.013.005.124-.069.113-.028.148-.089-.046,0-.04-.019.216-.162.572-.252.9-.452.294-.151.336-.212.62-.336.1-.017-.066.069-.066.069a2.949,2.949,0,0,0,.427-.144c-.027.019.007.018.056.017.12-.041.067-.063.234-.1a.459.459,0,0,1-.109.086.658.658,0,0,0,.389-.294c.047-.027-.031.109-.08.157a.551.551,0,0,0,.174-.3.372.372,0,0,0-.022-.23.973.973,0,0,1-.007.119c0-.067.03-.036.032.018.006.176-.088.228-.1.226a.37.37,0,0,0,.043-.111,1.945,1.945,0,0,1-.194.23,1,1,0,0,1-.341.164l.074-.075-.205.107c-.05,0-.091-.015.012-.055-.161.022-.128.062-.267.079-.016,0-.01,0,0-.01l-.142.066c.026-.02-.036-.025.056-.05-.275.067-.407.2-.52.2l.02-.013c-.349.174-.02.05-.268.207h-.216l-.018.05c-.037.016-.109.049-.1.029-.123.088.03,0-.037.063-.188.057-.462.262-.527.234-.046.059.171-.073,0,.047-.082-.025-.2.126-.365.2.029-.056.18-.13.015-.062-.062.1-.3.17-.417.264.017.039-.259.2-.453.353,0-.022-.393.258-.584.392v-.01c-.009.062-.2.207-.328.324-.012-.025.006-.053.071-.122l-.127.1a.7.7,0,0,1-.132.148l.01-.052c-.166.142-.307.317-.53.489.01.034.222-.086.019.129-.019-.005-.047-.019.005-.077a.6.6,0,0,1-.1.1l.068-.1c-.1.077-.033.063-.11.13-.015-.019-.067.039-.069.015a.762.762,0,0,0,.094-.087,1.717,1.717,0,0,1-.244.18c.017,0,.022.024-.036.085-.154.155-.073.032-.172.112-.026.049-.137.135-.115.163a.173.173,0,0,1-.09.051c-.069.091-.372.374-.254.312l.022-.019-.012.014h0c-.243.279-.537.549-.778.827l-.009-.009a4.735,4.735,0,0,0-.4.5c-.041.05-.114.1-.107.073a2.068,2.068,0,0,1-.269.333c.09-.144-.051.033.1-.143a1.949,1.949,0,0,0-.315.389c.026-.081-.135.1-.193.189l.114-.1-.2.253v-.07c-.3.33-.409.7-.678.922-.047.111.16-.184.124-.079-.129.159-.292.307-.328.36-.174.223-.1.252-.27.489.033-.024.084-.032-.025.159-.117.168-.19.178-.128.063.026-.042.043-.059.046-.055.032-.058.075-.134.017-.075l0,.03c-.069.077-.223.313-.206.245-.071.139-.017.068.053-.024-.16.21-.212.352-.364.577.029-.033.064-.058.042-.021-.218.333-.066.165-.2.4-.1.12-.018-.073-.139.169-.1.135-.051.011-.028-.051a4.661,4.661,0,0,1-.309.519l.05-.121c-.03.072-.06.129-.09.186l.06-.052c-.04.065-.07.122-.08.116-.02.079.071-.031.021.12-.06.084-.13.281-.18.3.161-.278-.051.014.07-.229a1.3,1.3,0,0,1-.09.17c-.009.009,0-.013.006-.032-.172.257-.03.143-.173.427,0-.046-.068.049-.086.1.054-.116.058-.04.024.074a1.91,1.91,0,0,0-.129.3l.058-.107a1.062,1.062,0,0,1-.1.269c-.02,0,.044-.122.016-.079-.032.159-.186.307-.255.517-.056.087-.042-.007-.088.07-.067.24-.128.236-.2.486.055-.058.053-.073.011.107l.141-.4-.064.269c.049-.119.085-.258.118-.328-.027.13-.029.115.017.067-.106.146-.107.332-.211.509l-.064-.032a8.848,8.848,0,0,0-.32.884l.054-.116a2.291,2.291,0,0,1-.108.358c-.019-.019-.054.054-.086.1.019,0-.1.274-.064.323l-.088.157c-.115.3-.041.371-.138.662,0-.1-.055.033-.015-.171-.029.1-.059.186-.044.193-.032.054-.049.283-.1.367a.37.37,0,0,1-.016.175c-.009.011-.011,0-.011,0s-.035.178.019.088c-.159.285-.2.859-.334,1.111-.049.219-.092.486-.126.686,0-.014-.012,0,0-.04-.074.272.036.182-.047.491-.069.153.011-.17-.023-.073-.085.03-.063.38-.144.585l0-.053c-.049.159-.025.4-.066.668,0,0-.005-.014-.012,0a7.778,7.778,0,0,1-.036.791c-.024-.084-.006-.119-.042-.073-.005.116.053-.028.042.2-.023.073-.052.238-.087.257l.017-.218a1.464,1.464,0,0,0-.039.4l-.017-.016c-.021.334.023.342-.007.7l.016-.036c.04.2-.032.163,0,.36l-.05.057c.007.13.032.455.034.687a5.693,5.693,0,0,1-.057-.573,3.086,3.086,0,0,0,.011.5.8.8,0,0,1,0-.168,1.824,1.824,0,0,1,.021.608c-.042-.032-.068.116-.209.2a.356.356,0,0,1-.394,0c-.177-.047-.249-.2-.224-.424l.032-.734c-.08.182,0-.153-.071-.124a.812.812,0,0,1,.009-.179l.065-.367c.026-.086.01.117.027.107.021-.266.037-.11.069-.284-.029.034-.032-.1-.011-.246l-.049.211c-.013-.375.086-.316.08-.693l.013.12a7.347,7.347,0,0,0,.037-.9c.013-.033.039-.075.033.01a12.859,12.859,0,0,1,.18-1.372l.012.038a.85.85,0,0,1,.03-.256c.006.007.011.037.019,0a1.808,1.808,0,0,1,.043-.34l0,.1c.111-.435.09-.686.165-1.056.05.013.151-.326.205-.494l.006.008c.135-.5.188-.869.312-1.338.143-.27.334-.964.538-1.4-.035.066-.035-.026-.011-.108.048-.1.076-.307.116-.272l-.016.037a1.537,1.537,0,0,0,.219-.451l-.048-.052c.263-.406.464-1.16.652-1.361.036-.11.1-.238.134-.347l.028.021c.146-.283.224-.421.4-.774l-.015.083c.1-.2.042-.3.14-.476l.075-.029c.184-.341.423-.654.579-1.007,0,.009.01.026-.021.081.1-.154.4-.579.307-.562.038.019.222-.332.32-.518l.01.046a1.3,1.3,0,0,1,.185-.392c.037-.046.052-.027,0,.032.126-.15.061-.143.211-.327l-.033.085a.832.832,0,0,0,.143-.261,1.052,1.052,0,0,1,.274-.307.51.51,0,0,1,.125-.225c.019-.006,0,.033-.012.052.224-.251.273-.42.442-.581.012,0,.026-.005.041-.018-.167.208-.3.379-.287.36.025.019.161-.148.09.014a3.145,3.145,0,0,1,.373-.569.113.113,0,0,1,.026-.015l-.011.019a.678.678,0,0,0,.079-.106c.046-.049.076-.08.116-.129.034,0,.169-.18.239-.261-.032-.015.063-.119-.043-.037.013-.012-.01.018-.055.073l-.027.037,0-.008-.169.206a.71.71,0,0,1,.177-.232c.019-.056.041-.117.055-.15.131-.082.333-.281.383-.289a7.745,7.745,0,0,0,.6-.775.223.223,0,0,1,.118-.084,1.292,1.292,0,0,0-.09.117c.113-.149.376-.4.377-.465.18-.152-.064.122.159-.111l-.021.041c.5-.4.666-.8,1.259-1.191a.237.237,0,0,1-.073.043,13.842,13.842,0,0,1,1.985-1.417,1.158,1.158,0,0,0,.311-.231l.06.006c.059-.054.123-.1.184-.15.28-.186.547-.194.9-.417h-.059c.137-.064.432-.209.421-.169a.169.169,0,0,1,.1-.051l.012.016.334-.166c.276-.082-.017.083.381-.042.145-.054.405-.189.347-.183s-.157.037-.167.021l.134-.054c.008-.062.1-.152-.251-.081l-.226.109-.085,0,.2-.066a.6.6,0,0,0-.261.1.2.2,0,0,0-.109.005l-.208.139c-.036-.01.086-.081-.071-.033-.1.065.12.006-.05.091-.12.019-.1-.013-.217.058-.024-.006,0-.026.049-.052a1.813,1.813,0,0,0-.345.191c-.125.023-.376.183-.388.13a2.573,2.573,0,0,1-.275.192c.154-.154-.377.2-.362.111-.107.123-.466.306-.682.475a.156.156,0,0,1,.052-.046,2.981,2.981,0,0,1-.265.136c.01.051-.182.193-.272.288-.182.067.062-.109-.011-.113.028.024-.245.219-.174.209-.132.062-.107.062-.19.074.015.063-.1.088-.175.188-.184.1-.079-.015-.246.143-.1.054.049-.09.049-.09m-3.733,3.912h0l.068-.088-.068.089m-.282.356.122-.154c.019-.005.018.016-.011.051.009-.025-.062.056-.111.1m.784-.6c-.042.058-.063.071-.074.075l.077-.1,0-.009a.065.065,0,0,1,0,.032" transform="translate(-33.798)" fill="%23040504"/><path d="M-128.594,181.878l.008,0,.01-.04Z" transform="translate(-37.659 -17.29)" fill="%23040504"/><path d="M-125.658,183.213l-.012.03c-.026.07-.006.023.012-.03" transform="translate(-39.391 -18.105)" fill="%23040504"/><path d="M-121.157,174.739l-.056.113c.041-.056.071-.1.056-.113" transform="translate(-42.048 -13.067)" fill="%23040504"/><path d="M-129.3,193.278h0l-.008.026Z" transform="translate(-37.236 -24.089)" fill="%23040504"/><path d="M-121.461,175.17a.919.919,0,0,0,.1-.151,1.529,1.529,0,0,0-.1.151" transform="translate(-41.901 -13.233)" fill="%23040504"/><path d="M-130.754,195.862l.045-.025c.012-.078-.026-.1-.045.025" transform="translate(-36.375 -25.572)" fill="%23040504"/><path d="M-132.344,207.1a.549.549,0,0,0-.022.255c.006-.1.024-.2.022-.255" transform="translate(-35.413 -32.307)" fill="%23040504"/><path d="M-129.137,184.843l-.024.088.058-.161Z" transform="translate(-37.322 -19.031)" fill="%23040504"/><path d="M-130.092,155.128a133.415,133.415,0,0,1-14.417,23.418c-1.567,1.991-3.217,3.918-4.964,5.755-.45.473.266,1.191.716.717a109.444,109.444,0,0,0,16-22.623q1.846-3.336,3.535-6.755c.288-.583-.585-1.1-.875-.512" transform="translate(-25.161 -1.253)" fill="%23040504"/><path d="M-118.762,191.188c.025-.042.033-.062.031-.066-.022.041-.04.073-.031.066" transform="translate(-43.504 -22.808)" fill="%23040504"/><path d="M-120.316,193.447l.037-.054a.231.231,0,0,0-.037.054" transform="translate(-42.581 -24.158)" fill="%23040504"/><path d="M-123.132,197.593l.006-.007c.026-.046.01-.021-.006.007" transform="translate(-40.907 -26.635)" fill="%23040504"/><path d="M-129.647,207.055a.181.181,0,0,0,.04-.03s-.013.005-.04.03" transform="translate(-37.033 -32.263)" fill="%23040504"/><path d="M-124.7,200.167l-.052.068.052-.068" transform="translate(-39.943 -28.185)" fill="%23040504"/><path d="M-132.314,210.738a.692.692,0,0,0-.079.1l.015-.013a.359.359,0,0,1,.064-.086" transform="translate(-35.401 -34.471)" fill="%23040504"/><path d="M-135.025,214.3l.027-.023.035-.048Z" transform="translate(-33.836 -36.544)" fill="%23040504"/><path d="M-132.053,211.289l-.185.235.185-.235" transform="translate(-35.493 -34.798)" fill="%23040504"/><path d="M-128.733,201.424l.036-.058a.3.3,0,0,0-.036.058" transform="translate(-37.577 -28.898)" fill="%23040504"/><path d="M-133.76,213.613a1.189,1.189,0,0,0-.123.118.184.184,0,0,0-.015.033Z" transform="translate(-34.506 -36.18)" fill="%23040504"/><path d="M-133.341,160.86c-.135.25-.024.138-.03.2-.149.3-.1.122-.178.213-.089.192-.132.354-.21.491-.012.007-.029.032-.02,0-.077.213-.319.583-.406.832a.1.1,0,0,1-.026.025c.04-.026.063-.021.073-.005-.061.112-.09.221-.138.249a.289.289,0,0,0,.041-.116l-.053.123c-.095.085.075-.167.048-.182a7.051,7.051,0,0,1-.341.684c-.056.016.218-.412.055-.2l.165-.261c-.171.175.094-.162-.071-.006-.209.348-.205.405-.415.752-.025.091.045-.009.019.081-.248.521-.313.343-.474.738a.832.832,0,0,1-.183.418l.011-.112c-.2.337-.055.227-.289.567.021-.072.142-.274.107-.226-.166.212-.072.176-.176.354l-.057.015c-.2.366-.414.777-.646,1.178,0-.028.032-.1-.034-.017-.281.513-.646,1.067-.965,1.532l-.083.2c-.026.042-.062.071-.04.021-.127.18.013.021-.03.119-.063.108-.1.13-.071.057a10.014,10.014,0,0,1-.784,1.293l.034-.073c-.182.261-.131.343-.317.574l.025-.051c-.39.57-.78,1.227-1.117,1.635-.013.111-.4.553-.367.63-.25.307-.2.206-.528.652-.088.12-.09.206-.188.361l-.034-.017-.11.226-.113.083-.09.146c.041-.055.1-.11.1-.1a2.478,2.478,0,0,1-.416.516l-.343.535a.858.858,0,0,1,.1-.183c-.167.3-.068.027-.221.3.032-.029.005.031.007.041a5.721,5.721,0,0,0-.461.615l.008-.056-.9,1.23c.123-.145.133-.083.043.044l-.069.026c-.041.095.109-.121.01.062-.122.156-.116.079-.058-.019l-.133.2c-.018,0,.011-.045.008-.066-.039.095-.281.307-.334.445l-.018,0-.72.957c.021.027-.086.157-.145.274-.2.242-.444.5-.682.8-.155.219-.027.079-.087.186-.036,0-.275.292-.167.125-.286.357-.365.456-.717.916.05-.04.1-.091.084-.056-.063.084-.163.175-.165.154l.015-.024c-.381.529-1.042,1.08-1.335,1.51l.017-.024-.331.423c-.169.18.081-.126-.055,0-.347.466-.619.672-.917,1.045a4.166,4.166,0,0,0-.615.6.655.655,0,0,0-.136.636.84.84,0,0,0,.348.439l-.022-.038a1.079,1.079,0,0,0,.316.109c-.021-.009-.185-.047-.078-.038a.593.593,0,0,0,.492-.167c.111-.109.194-.206.294-.309l.587-.611c.4-.4.788-.823,1.17-1.233.276-.3.074-.245.45-.6l-.065.138c.5-.662,1.105-1.281,1.582-1.938a.39.39,0,0,1-.065.113,2.2,2.2,0,0,0,.385-.505c.082-.1.035-.009.094-.062.123-.121.243-.357.321-.411.013-.009-.022.043-.04.07.058-.1.326-.407.233-.344.2-.229.348-.466.514-.644.069-.146.335-.4.322-.472.03.051.357-.4.452-.566-.026.061.115-.122.088-.049.132-.175.245-.341.2-.328.3-.281.44-.684.643-.816l1.025-1.529c.032.049-.369.532-.308.545.3-.467.449-.756.778-1.2.088-.112-.027.08-.047.124.3-.466.611-.882.867-1.305a.416.416,0,0,1-.047.095c.053-.081.134-.182.107-.187l-.048.082c-.118.108.155-.362.149-.386-.032.178.284-.4.214-.128.031-.056.066-.129.044-.126.056-.077.081-.1.044-.005.181-.3.091-.21.265-.473.01.008-.021.063-.028.1a2.819,2.819,0,0,1,.294-.51c0,.017.022,0-.022.063.252-.383.373-.689.664-1.1-.036.153.107-.135.159-.133l.135-.235-.077.079c.128-.2.215-.392.334-.557l-.077.159.227-.381-.147.2c.107-.216-.062-.009.115-.269-.03.057.126-.2.214-.292h0a2.006,2.006,0,0,1,.2-.36c.036-.031.024.058.047.037.028-.118.285-.475.325-.623-.017.047,0,.061.015.05l.023-.1c.065-.088.078-.1.085-.075.176-.279-.1.06.12-.262a.753.753,0,0,1-.032.075c.215-.33.377-.66.577-.961.094-.068-.154.276-.058.191.263-.45.5-.957.768-1.385l-.052.079c-.021-.093.219-.307.32-.543-.027.056-.01.089-.008.071.181-.294.338-.62.58-1.084l-.018.064c.114-.169.275-.46.388-.649.017-.065.081-.174.023-.119.41-.547.6-1.147.937-1.645-.033.064-.067.159-.04.108l.224-.461c-.043.022-.046.051-.115.136a1.7,1.7,0,0,1,.13-.312c-.09.213.041.02.1-.061-.015.011-.008-.024-.019-.021.168-.213-.029-.067.17-.374l0,.024c.056-.125.1-.246.17-.374.057-.039-.054.136-.035.157a3.591,3.591,0,0,1,.251-.542l-.124.277a1.758,1.758,0,0,0,.206-.32l-.008.013.178-.3-.051.074a7.079,7.079,0,0,1,.344-.81c-.111.325,0,.064.021.1.05-.074.123-.189.115-.15.05-.16.148-.233.218-.459.015,0,.083-.156.092-.109.091-.195-.042.035-.047.013.117-.312.4-.666.575-1.113.17-.374.169-.459.328-.805.076-.105-.011.113-.011.113a3.3,3.3,0,0,0,.259-.494c-.009.04.018.007.057-.039.07-.14.01-.112.122-.287a.755.755,0,0,1-.03.16c.073-.172.146-.332.214-.523.041-.044-.017.133-.039.19a.777.777,0,0,0,.1-.388.392.392,0,0,0-.108-.264.552.552,0,0,1,.045.141c-.023-.079.015-.052.038.011.065.209-.033.3-.041.3a.571.571,0,0,0,.023-.144c-.064.142-.212.51-.335.759l.008-.124-.092.268c-.04.047-.084.071-.028-.053-.114.163-.064.162-.167.3-.013.015-.011.006,0-.01l-.075.177c.008-.038-.047.012.015-.089-.186.292-.224.509-.318.607l.011-.027c-.206.431.012.058-.116.395l-.193.172.011.059c-.024.043-.072.128-.077.105-.062.174.029-.021,0,.085-.14.195-.289.587-.367.607-.015.089.124-.191.024.043-.09.035-.126.265-.252.443,0-.074.112-.248-.014-.07-.012.142-.206.369-.282.535a3.444,3.444,0,0,1-.3.639c0-.024-.289.5-.435.745l0-.011a2.135,2.135,0,0,1-.221.521c-.019-.02-.011-.06.032-.168l-.093.178a1.029,1.029,0,0,1-.088.227l-.006-.061a8.226,8.226,0,0,1-.4.791c.017.032.21-.2.05.131-.021,0-.053,0-.013-.085a.96.96,0,0,1-.079.155l.047-.141c-.088.131-.019.083-.083.191-.02-.014-.06.073-.069.048a1.1,1.1,0,0,0,.077-.137,2.021,2.021,0,0,1-.212.3c.018,0,.028.016-.02.108-.129.235-.07.066-.157.2-.017.065-.116.206-.087.227a.255.255,0,0,1-.084.094c-.053.13-.315.566-.2.449l.02-.03-.01.021h0c-.2.412-.488.809-.7,1.208l-.01-.007c-.121.241-.3.521-.371.7-.041.069-.114.151-.109.114a3.09,3.09,0,0,1-.265.455c.087-.189-.052.052.094-.191a2.937,2.937,0,0,0-.309.532c.024-.1-.137.153-.2.266l.116-.149c-.07.125-.137.23-.205.338v-.08c-.326.443-.438.889-.726,1.2-.051.138.173-.243.133-.115-.136.212-.325.4-.367.47-.2.281-.12.3-.324.6.036-.032.092-.048-.039.188-.138.211-.215.231-.141.09.031-.052.05-.075.053-.07.039-.072.09-.166.024-.09l0,.036c-.079.1-.261.393-.238.311-.091.167-.024.081.058-.034-.191.261-.273.424-.464.7.035-.04.076-.072.047-.028-.278.4-.093.2-.266.478-.12.146-.008-.085-.172.205-.122.163-.056.015-.022-.059a4.321,4.321,0,0,1-.425.605l.078-.139c-.047.084-.09.148-.134.215l.074-.06c-.056.075-.1.142-.109.134-.038.091.081-.035,0,.139-.081.1-.2.326-.253.341.227-.321-.056.015.122-.266a1.819,1.819,0,0,1-.131.2c-.011.009,0-.015.013-.038-.236.294-.06.168-.275.493.01-.053-.084.052-.117.107.089-.129.072-.042,0,.086a2.875,2.875,0,0,0-.219.338l.091-.119a1.6,1.6,0,0,1-.176.3c-.022,0,.08-.137.038-.09-.078.181-.279.339-.41.576-.083.095-.04-.013-.11.072-.147.266-.212.251-.375.525.077-.058.08-.075-.026.124l.285-.438-.159.3c.091-.129.178-.282.235-.357-.071.145-.069.126-.005.079-.16.151-.226.364-.394.551l-.054-.047c-.243.287-.353.566-.652.951l.1-.12a3.16,3.16,0,0,1-.257.379c-.011-.026-.076.049-.128.094.019,0-.212.286-.2.35l-.154.157c-.244.309-.208.4-.444.7.048-.106-.07.02.069-.192-.077.1-.149.188-.137.2-.056.049-.186.3-.274.377a.535.535,0,0,1-.1.189c-.013.009-.009-.008-.009-.008s-.121.186-.026.1c-.291.266-.657.865-.919,1.09l-.517.684c0-.017-.009-.008.022-.044-.231.256-.079.208-.347.5-.157.131.116-.174.025-.087-.1-.008-.292.373-.5.548l.037-.052c-.15.138-.287.4-.5.649,0,0,.005-.017-.008-.009a8.912,8.912,0,0,1-.58.78c.041-.1.081-.12.018-.095-.089.111.065,0-.112.223-.073.059-.217.206-.26.2l.172-.2c-.122.075-.223.265-.322.366l0-.026c-.268.31-.236.346-.532.673l.041-.024c-.125.212-.154.133-.288.336l-.084.022c-.1.128-.338.446-.527.659.084-.143.3-.4.419-.568a5.712,5.712,0,0,0-.4.474,1.16,1.16,0,0,1,.134-.157,4.049,4.049,0,0,1-.478.6c-.015-.052-.159.094-.324.268-.083.086-.172.182-.252.258a.239.239,0,0,1-.187.076c-.183.077-.434-.111-.458-.326a.339.339,0,0,1,.1-.292l.321-.336c-.211.118.128-.139.046-.162a1.239,1.239,0,0,1,.152-.161l.343-.306c.09-.065-.085.117-.064.118.228-.24.118-.08.28-.229-.05.015.049-.111.184-.244l-.2.174c.282-.369.315-.254.6-.628l-.081.126a8.225,8.225,0,0,0,.695-.877c.034-.026.086-.055.021.028.383-.425.781-1.007,1.093-1.325l-.014.045a1.425,1.425,0,0,1,.192-.255c0,.01-.013.045.019.007a2.9,2.9,0,0,1,.254-.341l-.061.106a12.527,12.527,0,0,0,.785-1.067c.041.034.328-.3.47-.465v.011c.4-.51.64-.9.99-1.388.268-.264.778-1,1.159-1.461-.062.069-.025-.037.033-.126.091-.108.2-.337.225-.29l-.03.04a2.345,2.345,0,0,0,.393-.482l-.03-.068c.426-.422.862-1.286,1.117-1.5.068-.126.171-.27.236-.4l.024.026c.229-.322.343-.483.609-.892l-.035.1c.156-.227.112-.343.253-.555l.085-.035c.262-.4.567-.784.788-1.207,0,.011.007.03-.034.1.128-.187.5-.717.4-.686a2.941,2.941,0,0,0,.391-.646l.007.052a2.255,2.255,0,0,1,.228-.484c.042-.059.057-.039,0,.038.143-.2.072-.177.241-.416l-.039.1a1.14,1.14,0,0,0,.163-.329,1.571,1.571,0,0,1,.3-.411.8.8,0,0,1,.136-.287c.02-.011,0,.038-.013.063.239-.341.285-.549.462-.776.013,0,.027-.012.042-.031-.17.283-.308.509-.3.487.027.016.168-.21.1-.005a5.643,5.643,0,0,1,.38-.751.16.16,0,0,1,.027-.024l-.011.025a1.021,1.021,0,0,0,.08-.144c.047-.069.077-.111.118-.18a2.09,2.09,0,0,0,.238-.369c-.035-.008.057-.155-.049-.029.013-.017-.009.024-.052.1l-.026.051,0-.009-.168.284a1.149,1.149,0,0,1,.175-.317l.046-.188c.133-.133.331-.423.381-.45a8.223,8.223,0,0,0,.54-1.086.332.332,0,0,1,.111-.139c-.027.061-.067.13-.077.165a4.4,4.4,0,0,0,.319-.668c.161-.243-.045.163.146-.189l-.015.054c.453-.647.521-1.172,1.024-1.889a.364.364,0,0,1-.064.083c.51-.853.94-1.817,1.449-2.656a1.737,1.737,0,0,0,.189-.441l.06-.036.1-.278c.16-.381.405-.594.591-1.085l-.053.049a3.56,3.56,0,0,1,.268-.495.253.253,0,0,1,.049-.126l.02,0,.176-.426c.172-.313.043.084.28-.38.08-.176.2-.518.153-.459s-.1.173-.12.17l.07-.163c-.036-.054-.028-.2-.257.169l-.1.286-.068.075.112-.228a.9.9,0,0,0-.14.308.323.323,0,0,0-.084.1l-.085.29c-.036.022.02-.139-.08.034-.04.135.1-.1.016.116-.088.118-.088.071-.144.232-.024.015-.016-.021.009-.085a4.55,4.55,0,0,0-.183.443c-.1.12-.225.458-.266.42a2.585,2.585,0,0,1-.146.381c.059-.255-.24.461-.271.37a9.741,9.741,0,0,1-.418.922.284.284,0,0,1,.03-.08,3.515,3.515,0,0,1-.2.3c.031.043-.095.307-.142.46-.149.181.016-.149-.057-.107.041.009-.154.369-.089.316-.108.141-.084.126-.161.188.038.055-.069.148-.105.294-.146.21-.08.031-.2.285-.079.108.02-.12.02-.12m-3.184,5.818h0l.069-.118-.068.119m-.286.478.126-.207c.02-.011.019.014-.01.062.009-.03-.064.079-.116.145m.81-.891c-.041.078-.062.1-.075.107l.076-.135,0-.011a.089.089,0,0,1,0,.039" transform="translate(-24.926 -1.575)" fill="%23040504"/><path d="M-127.89,200.173l.008,0,.021-.045Z" transform="translate(-38.078 -28.165)" fill="%23040504"/><path d="M-124.126,200.341l-.021.033c-.047.08-.013.027.021-.033" transform="translate(-40.29 -28.289)" fill="%23040504"/><path d="M-117.832,190.241l-.069.14c.048-.071.084-.128.069-.14" transform="translate(-44.017 -22.284)" fill="%23040504"/><path d="M-131.762,211.224h0l-.02.026Z" transform="translate(-35.764 -34.759)" fill="%23040504"/><path d="M-118.195,190.778a1.463,1.463,0,0,0,.119-.191,2.242,2.242,0,0,0-.119.191" transform="translate(-43.842 -22.489)" fill="%23040504"/><path d="M-116.667,187.342l.028-.056-.113.209Z" transform="translate(-44.701 -20.527)" fill="%23040504"/><path d="M-134.574,213.583l.057-.01c.054-.08.033-.122-.057.01" transform="translate(-34.104 -36.112)" fill="%23040504"/><path d="M-129.451,203.544l-.056.1.116-.178Z" transform="translate(-37.117 -30.146)" fill="%23040504"/><path d="M-122.2,153.47a21.483,21.483,0,0,1-.591,6.476,18.1,18.1,0,0,1-2.471,5.385c-1.012,1.564-2.131,3.066-3.246,4.558a26.246,26.246,0,0,1-3.6,4.02,19.85,19.85,0,0,1-2.56,1.9,16.151,16.151,0,0,0-2.389,1.708c-.48.443.238,1.158.717.716a15.189,15.189,0,0,1,2.246-1.588,21.325,21.325,0,0,0,2.233-1.614,25.11,25.11,0,0,0,3.852-4.128c1.17-1.527,2.316-3.088,3.382-4.69a19.848,19.848,0,0,0,2.641-5.355,22,22,0,0,0,.8-7.385c-.036-.649-1.05-.653-1.014,0" transform="translate(-32.533 -0.131)" fill="%23040504"/><path d="M-136.405,213.312c-.154.095.193-.22-.032-.069.027-.006-.146.2.032.069" transform="translate(-32.967 -35.935)" fill="%23040504"/><path d="M-136.4,213.3h0l-.023.016.023-.016" transform="translate(-33.005 -35.996)" fill="%23040504"/><path d="M-116.3,198.836a.137.137,0,0,0,.037-.022s-.013,0-.037.022" transform="translate(-44.971 -27.381)" fill="%23040504"/><path d="M-118.774,201.839a.522.522,0,0,0-.075.078l.014-.01a.262.262,0,0,1,.06-.068" transform="translate(-43.454 -29.18)" fill="%23040504"/><path d="M-121.4,204.613l.026-.016.035-.037Z" transform="translate(-41.936 -30.797)" fill="%23040504"/><path d="M-118.538,202.4l-.177.187c.051-.05.115-.119.177-.187" transform="translate(-43.533 -29.515)" fill="%23040504"/><path d="M-116.8,195.454l.032-.049a.207.207,0,0,0-.032.049" transform="translate(-44.669 -25.354)" fill="%23040504"/><path d="M-120.2,204.24a.9.9,0,0,0-.119.086.174.174,0,0,0-.015.028Z" transform="translate(-42.57 -30.607)" fill="%23040504"/><path d="M-122.968,158.683c-.048.236.021.12.036.175-.044.286-.059.125-.1.216-.028.178-.016.322-.048.453-.009.008-.018.033-.02,0-.009.195-.133.549-.152.774a.083.083,0,0,1-.019.025c.032-.028.055-.027.069-.016-.03.1-.03.2-.07.233a.216.216,0,0,0,.01-.105l-.02.113c-.07.086.03-.153,0-.162a4.374,4.374,0,0,1-.161.631c-.048.021.111-.382.006-.178l.1-.245c-.123.171.052-.151-.07,0-.116.324-.1.373-.225.693-.006.08.041-.012.035.068-.135.474-.236.322-.321.675a.6.6,0,0,1-.107.374l-.006-.1c-.145.3-.015.2-.2.506.011-.064.1-.244.073-.2-.131.189-.046.156-.122.314l-.053.014c-.152.322-.309.683-.5,1.032,0-.025.021-.091-.034-.016a10.4,10.4,0,0,1-.829,1.3l-.071.174c-.024.036-.057.058-.037.015-.115.15.014.021-.024.1-.057.09-.1.106-.067.044a7.064,7.064,0,0,1-.706,1.085l.03-.062c-.168.214-.116.294-.289.481l.023-.043c-.354.474-.713,1.021-1.024,1.353-.009.1-.367.457-.332.53a6.9,6.9,0,0,0-.487.532c-.079.1-.077.179-.165.309l-.032-.019-.1.194-.1.063-.081.122c.037-.045.089-.088.092-.075a1.764,1.764,0,0,1-.382.419l-.313.444c0-.019.049-.092.086-.155-.152.249-.064.016-.2.244.029-.022.005.029.007.039a4.813,4.813,0,0,0-.431.494l.008-.049c-.266.3-.547.646-.858.973.12-.109.127-.051.039.048l-.065.011c-.041.079.106-.09.007.058-.12.118-.111.05-.053-.028l-.133.157c-.017,0,.012-.038.01-.058-.041.078-.275.224-.332.339h-.016c-.322.313-.462.462-.734.707.018.031-.095.12-.16.212l-.714.538c-.17.153-.035.064-.1.142-.032-.014-.29.182-.168.064l-.79.6c.052-.019.1-.049.085-.022-.071.055-.177.1-.174.084l.018-.016c-.433.349-1.132.61-1.468.914l.019-.017-.365.287c-.178.118.092-.092-.049-.018-.379.33-.646.463-.939.761a.845.845,0,0,0-.277.218.573.573,0,0,0-.084.548.758.758,0,0,0,.862.476l-.039-.013a1.8,1.8,0,0,0,.26-.112c-.023,0-.135.074-.071.014a12.838,12.838,0,0,1,2.381-1.622c.3-.186.109-.2.508-.4l-.083.1c.566-.434,1.2-.837,1.709-1.314a.288.288,0,0,1-.073.087,1.556,1.556,0,0,0,.405-.369c.084-.07.033,0,.091-.035.124-.084.254-.274.33-.306.013-.006-.024.035-.043.055.063-.074.332-.3.242-.264.2-.168.351-.358.512-.491.07-.122.326-.308.317-.376.028.052.347-.3.437-.444-.025.052.109-.095.083-.031.126-.141.232-.278.189-.272.28-.218.414-.563.6-.66l.93-1.278c.033.048-.334.444-.276.462.275-.392.4-.638.7-1.007.08-.093-.023.07-.04.108.269-.393.557-.733.784-1.091a.3.3,0,0,1-.041.081c.048-.068.122-.151.1-.159l-.043.07c-.108.086.135-.312.129-.335-.026.156.26-.327.2-.092.028-.047.06-.11.039-.109.052-.063.075-.078.042,0,.164-.25.081-.18.239-.4.009.008-.019.055-.024.086a2.127,2.127,0,0,1,.262-.431c0,.015.021,0-.018.055.224-.323.334-.583.6-.925-.028.135.1-.111.148-.1l.12-.2-.071.064c.115-.167.188-.334.3-.472l-.069.136.2-.321-.134.169c.095-.184-.059-.013.1-.231-.026.048.112-.169.192-.243h0a1.487,1.487,0,0,1,.175-.308c.033-.026.026.054.048.037.021-.1.243-.41.272-.539-.013.041.006.055.017.045l.017-.087c.057-.075.069-.085.077-.062.148-.242-.095.048.1-.229a.544.544,0,0,1-.024.065c.183-.285.306-.577.466-.842.084-.059-.119.244-.035.17.206-.4.378-.849.567-1.239l-.038.071c-.036-.082.164-.28.219-.5-.016.051.006.079,0,.063a7.636,7.636,0,0,0,.348-1l0,.058c.071-.161.156-.434.216-.613,0-.059.035-.161-.007-.105a15.155,15.155,0,0,0,.421-1.572c-.012.06-.016.147-.006.1l.072-.435c-.034.029-.026.054-.067.14a1.4,1.4,0,0,1,.025-.289c-.017.2.045.007.075-.075-.011.013-.015-.018-.025-.012.09-.218-.047-.047.036-.351l.012.019c.011-.117.01-.226.032-.351.04-.047,0,.126.022.137a2.838,2.838,0,0,1,.042-.51c-.005.079-.012.18-.017.259a1.258,1.258,0,0,0,.078-.319l0,.013.052-.3-.019.075a7.055,7.055,0,0,1,0-.756c.028.294.027.051.062.076.016-.075.036-.191.044-.157-.021-.144.043-.235.009-.437.012-.009.009-.152.037-.118,0-.185-.023.043-.037.026-.024-.285.079-.666.027-1.076-.023-.352-.062-.417-.09-.742.016-.111.046.089.046.089a2.285,2.285,0,0,0-.014-.479c.012.033.019,0,.03-.054-.009-.135-.047-.088-.038-.266a.589.589,0,0,1,.054.132.921.921,0,0,0-.151-.483c-.008-.055.09.076.118.142a.573.573,0,0,0-.22-.289.351.351,0,0,0-.233-.071.488.488,0,0,1,.114.053c-.065-.027-.024-.041.03-.024.173.066.187.178.181.186a.525.525,0,0,0-.089-.088,2.45,2.45,0,0,1,.146.283,1.9,1.9,0,0,1,.058.394l-.055-.1.053.239c-.011.052-.038.088-.05-.028-.018.169.022.148,0,.294,0,.016-.007.009-.009-.006l.02.164c-.012-.032-.035.028-.03-.073-.021.295.043.475.006.586l0-.025c.014.409.037.039.077.347l-.095.2.036.041c0,.042-.008.125-.022.109.02.158.017-.026.038.066-.037.2-.01.561-.071.6.024.074.032-.193.04.025-.066.058-.007.251-.049.434-.029-.06,0-.233-.041-.05.049.116-.044.358-.047.514.045.012-.018.34-.036.6-.012-.019-.089.486-.147.723l-.006-.008a1.44,1.44,0,0,1-.039.482c-.025-.012-.029-.047-.024-.146l-.03.169a.663.663,0,0,1-.013.207l-.024-.049a5.444,5.444,0,0,1-.144.742c.026.023.137-.21.087.1-.019.007-.049.012-.038-.069a.587.587,0,0,1-.028.147l0-.128c-.043.128.006.074-.022.178-.023-.008-.036.073-.051.053a.83.83,0,0,0,.034-.131,1.467,1.467,0,0,1-.114.3c.016-.006.032.008.013.095-.06.221-.049.068-.1.193,0,.058-.055.194-.021.207a.179.179,0,0,1-.055.094c-.017.118-.161.528-.085.413l.012-.028c0,.006,0,.012,0,.019h0a9.049,9.049,0,0,1-.422,1.116l-.011-.005c-.075.218-.2.473-.242.633-.029.062-.088.136-.089.1a1.984,1.984,0,0,1-.195.406c.06-.168-.044.046.067-.169a2.485,2.485,0,0,0-.235.47c.012-.088-.113.135-.158.234l.1-.131c-.054.109-.108.2-.162.3l-.007-.071a9.336,9.336,0,0,1-.6,1.036c-.04.12.148-.207.119-.1-.115.182-.285.34-.32.4-.178.236-.1.264-.28.514.034-.025.086-.035-.029.165-.124.177-.2.187-.132.067.028-.043.046-.062.049-.057.034-.061.079-.141.019-.078l0,.032c-.072.081-.236.328-.217.257-.08.143-.019.071.054-.025-.172.218-.242.358-.415.585.032-.033.07-.058.044-.021-.252.334-.082.167-.238.4-.11.12-.01-.077-.158.167-.112.134-.053.008-.023-.055a3.4,3.4,0,0,1-.384.5l.07-.118a2.1,2.1,0,0,1-.12.18l.069-.047c-.051.062-.09.118-.1.109-.033.078.076-.023,0,.125-.075.078-.178.274-.231.281.208-.266-.053.007.109-.227a1.379,1.379,0,0,1-.119.164c-.011.007,0-.014.011-.033-.216.241-.051.146-.249.415.007-.047-.079.039-.107.085.08-.108.067-.031.007.079a2.255,2.255,0,0,0-.2.284l.083-.1a1.181,1.181,0,0,1-.158.256c-.021,0,.071-.116.034-.077-.068.156-.255.278-.373.478-.076.077-.039-.016-.1.053-.133.224-.192.206-.338.437.071-.045.073-.06-.02.11l.254-.369-.139.255c.082-.107.157-.239.21-.3-.064.123-.061.108,0,.071-.146.122-.2.308-.354.461l-.053-.049c-.221.236-.316.477-.588.793l.093-.1a2.364,2.364,0,0,1-.231.317c-.011-.025-.071.036-.118.071.019.007-.193.236-.18.295l-.143.123c-.225.249-.195.338-.413.577.045-.09-.064.01.063-.166-.07.082-.138.151-.126.163-.053.037-.173.246-.257.3a.405.405,0,0,1-.1.157c-.013.007-.009-.008-.009-.008s-.118.15-.026.09c-.278.2-.637.678-.892.832-.162.171-.364.37-.522.514.005-.015-.007-.009.024-.035-.233.182-.089.173-.358.376-.156.082.121-.132.03-.074-.086-.029-.3.272-.505.377l.039-.038c-.15.088-.309.287-.537.453,0,0,.007-.014-.006-.011a5.026,5.026,0,0,1-.632.54c.051-.074.092-.084.031-.08-.1.073.059.021-.136.167-.075.031-.228.117-.266.1l.189-.13c-.121.03-.244.167-.349.227l0-.024c-.289.2-.268.238-.59.437l.041-.009c-.15.15-.161.069-.317.21l-.078-.007-.576.443a4.955,4.955,0,0,1,.464-.394,2.958,2.958,0,0,0-.431.314.817.817,0,0,1,.143-.106,3.874,3.874,0,0,1-.509.419c-.021-.109-.577.407-.765.5a.35.35,0,0,1-.5.079.357.357,0,0,1-.133-.484c-.064.042-.053.02-.03-.023s.074-.088.039-.105a.9.9,0,0,1,.141-.125c.107-.074.216-.146.326-.215.085-.041-.084.089-.064.095.22-.171.11-.049.267-.148-.046,0,.053-.09.187-.176l-.2.107c.289-.267.307-.153.608-.41l-.09.09a8.846,8.846,0,0,0,.76-.572c.035-.012.086-.02.013.032.417-.252.89-.635,1.222-.824l-.021.036a1.083,1.083,0,0,1,.217-.17c0,.01-.02.036.016.013a2.317,2.317,0,0,1,.285-.23l-.072.078a6.832,6.832,0,0,0,.866-.744c.033.043.336-.185.484-.3v.01a10.973,10.973,0,0,0,1.025-1.054,12.9,12.9,0,0,0,1.13-1.14c-.059.053-.023-.037.033-.109.087-.085.189-.279.214-.233l-.029.032a1.662,1.662,0,0,0,.369-.388l-.03-.065c.4-.334.793-1.067,1.024-1.238.06-.107.151-.228.21-.335l.024.026c.21-.266.314-.4.556-.74l-.031.083c.142-.188.1-.3.225-.475l.08-.023a9.93,9.93,0,0,0,.723-1c0,.01.007.028-.03.083.115-.156.463-.592.364-.575.041.022.247-.346.356-.542l.009.048a1.753,1.753,0,0,1,.2-.415c.039-.049.053-.03,0,.034.131-.162.063-.152.217-.351l-.034.09a.808.808,0,0,0,.144-.281,1.233,1.233,0,0,1,.269-.345.624.624,0,0,1,.115-.248c.019-.009,0,.034-.009.056.208-.292.243-.473.4-.668.012,0,.025-.01.038-.026-.142.245-.264.439-.254.42.027.017.149-.178.092,0a5.088,5.088,0,0,1,.313-.655.107.107,0,0,1,.024-.02l-.008.022a.761.761,0,0,0,.064-.126c.039-.06.064-.1.1-.157a1.625,1.625,0,0,0,.191-.327c-.034-.007.038-.138-.05-.026.011-.015-.006.021-.041.089l-.019.045v-.008l-.132.252a.875.875,0,0,1,.135-.281c.01-.064.019-.132.025-.167.114-.116.272-.375.315-.4a4.758,4.758,0,0,0,.356-.983.252.252,0,0,1,.084-.13,1.519,1.519,0,0,0-.045.151,2.827,2.827,0,0,0,.183-.611c.1-.229-.008.147.1-.18l0,.048c.29-.62.232-1.079.487-1.785a.276.276,0,0,1-.034.083c.231-.825.3-1.731.447-2.561a1.187,1.187,0,0,0,0-.413l.041-.049-.023-.252a7.887,7.887,0,0,0,.077-1.059l-.026.057a2.77,2.77,0,0,1,.019-.483.191.191,0,0,1-.012-.116l.019,0-.038-.395c0-.307.078.046.068-.4-.015-.167-.078-.471-.088-.408s0,.172-.023.178l-.017-.151c-.058-.025-.121-.137-.143.235l.045.257-.025.084-.008-.217a.651.651,0,0,0,.022.288.235.235,0,0,0-.027.109l.058.252c-.021.031-.045-.113-.055.057.026.119.048-.114.067.082-.024.124-.047.088-.025.232-.015.02-.024-.01-.03-.068a3.578,3.578,0,0,0,.033.408c-.033.128,0,.435-.058.421a1.756,1.756,0,0,1,.028.347c-.051-.219-.029.442-.1.38a5.5,5.5,0,0,1-.022.862.193.193,0,0,1,0-.073,2.626,2.626,0,0,1-.069.3c.046.026.022.274.033.411-.072.187-.039-.126-.091-.071.041,0-.011.341.03.281-.051.144-.034.125-.085.2.055.036-.014.139,0,.267-.068.208-.062.045-.09.282-.04.107-.019-.1-.019-.1m-1.852,5.3h0l.055-.1-.055.1m-.239.412.106-.177c.019-.008.02.013,0,.054.006-.026-.056.067-.1.123m.7-.765c-.032.069-.049.089-.06.095l.059-.12v-.01a.075.075,0,0,1,0,.035" transform="translate(-32.284 -0.094)" fill="%23040504"/><path d="M-116.047,194.409l.007,0,.019-.038Z" transform="translate(-45.12 -24.742)" fill="%23040504"/><path d="M-118.26,202.353h0l-.019.021Z" transform="translate(-43.792 -29.484)" fill="%23040504"/><path d="M-120.952,204.052h.053c.053-.064.034-.106-.053,0" transform="translate(-42.203 -30.457)" fill="%23040504"/><path d="M-130.464,211.461a.618.618,0,0,0-.236.133c.093-.055.192-.1.236-.133" transform="translate(-36.407 -34.9)" fill="%23040504"/><path d="M-117.436,197.3l-.05.084.105-.149Z" transform="translate(-44.264 -26.445)" fill="%23040504"/><path d="M-177.451,158.2q2.5,1.489,4.917,3.1a34.836,34.836,0,0,1,4.358,3.209,12.728,12.728,0,0,1,2.956,4.287,19.9,19.9,0,0,1,1.783,5.594c.292,2.223.3,4.5.428,6.739.036.649,1.049.653,1.014,0-.116-2.111-.161-4.242-.382-6.346a19.4,19.4,0,0,0-1.584-5.635,15.354,15.354,0,0,0-2.837-4.71,25.5,25.5,0,0,0-4.258-3.366q-2.886-1.958-5.882-3.744a.507.507,0,0,0-.512.875" transform="translate(-8.466 -2.668)" fill="%23040504"/><path d="M-149.488,176.828c-.027-.032-.041-.043-.045-.042.026.028.048.051.045.042" transform="translate(-25.21 -14.284)" fill="%23040504"/><path d="M-148.215,178.743l-.028-.047a.154.154,0,0,0,.028.047" transform="translate(-25.977 -15.419)" fill="%23040504"/><path d="M-146.2,182.451l0-.006c-.024-.038-.012-.016,0,.006" transform="translate(-27.184 -17.636)" fill="%23040504"/><path d="M-141.236,215.932c-.018.17-.056-.282-.074-.018.008-.01.081.2.074.018" transform="translate(-30.099 -37.498)" fill="%23040504"/><path d="M-141.313,216.039h0l0,.028,0-.028" transform="translate(-30.096 -37.622)" fill="%23040504"/><path d="M-142.358,191.327a.129.129,0,0,0,0-.043s0,.012,0,.043" transform="translate(-29.475 -22.904)" fill="%23040504"/><path d="M-144.947,184.643l.026.068-.026-.068" transform="translate(-27.936 -18.955)" fill="%23040504"/><path d="M-141.17,194.943a.5.5,0,0,0,.024.1v-.017a.257.257,0,0,1-.024-.087" transform="translate(-30.182 -25.079)" fill="%23040504"/><path d="M-140.394,198.645l0-.03-.01-.049Z" transform="translate(-30.639 -27.233)" fill="%23040504"/><path d="M-140.485,194.934l.055.249c-.014-.07-.032-.161-.055-.249" transform="translate(-30.589 -25.074)" fill="%23040504"/><path d="M-145.431,190.133l-.024-.052a.218.218,0,0,0,.024.052" transform="translate(-27.634 -22.189)" fill="%23040504"/><path d="M-139.951,197.374a.929.929,0,0,0,0,.146.135.135,0,0,0,.014.028Z" transform="translate(-30.906 -26.525)" fill="%23040504"/><path d="M-172.95,161.028c.2.129.12.024.177.029.25.142.094.1.164.169.159.084.3.128.406.2,0,.012.024.028-.006.019.178.075.47.31.678.4a.079.079,0,0,1,.018.026c-.017-.039-.009-.061.006-.07.09.059.182.088.2.135a.213.213,0,0,0-.1-.04l.1.052c.061.092-.136-.074-.154-.048a5.6,5.6,0,0,1,.555.331c.006.053-.334-.21-.168-.054l-.208-.159c.129.166-.129-.092-.016.068.278.2.33.2.6.4.076.025,0-.042.075-.017.423.245.254.3.576.467a.594.594,0,0,1,.339.184l-.1-.014c.264.2.192.059.45.294-.06-.024-.217-.146-.18-.111.157.165.143.075.279.181l0,.055c.281.212.6.434.9.686-.024,0-.084-.039-.023.03a6.711,6.711,0,0,1,1.052,1.089l.145.113c.026.033.037.071,0,.04.106.15.023-.007.09.052.069.079.072.12.021.075a4.733,4.733,0,0,1,.764,1.011l-.045-.05c.134.23.223.216.324.445l-.029-.038a9.661,9.661,0,0,1,.746,1.49c.084.054.219.533.3.539.1.319.054.236.216.677.046.116.113.155.179.3l-.033.018.115.18v.12l.062.131c-.019-.055-.03-.12-.016-.116a1.662,1.662,0,0,1,.156.537l.209.494a.633.633,0,0,1-.085-.153c.129.257-.019.062.1.3,0-.036.027.011.036.014a5.063,5.063,0,0,0,.18.621l-.037-.033c.1.381.234.8.324,1.235-.02-.158.031-.132.061,0l-.028.059c.041.078-.013-.136.051.027.029.164-.022.118-.054.027l.051.2c-.009.014-.024-.032-.041-.041.038.077.023.348.079.459l-.01.013c.064.437.1.639.139,1,.035,0,.041.146.079.251.015.267.013.565.039.886.034.225.034.064.061.164-.03.019-.006.34-.039.175.03.386.037.493.088.981.01-.054.013-.114.025-.083.01.088,0,.2-.018.191l0-.023c.074.547-.035,1.273.048,1.708l0-.024.053.453c0,.21-.029-.124-.041.031.073.488.027.776.083,1.179a.541.541,0,0,0,.064.378.653.653,0,0,0,.437.3.716.716,0,0,0,.541-.1.667.667,0,0,0,.279-.421.327.327,0,0,1-.025.029,1.37,1.37,0,0,1,.021-.248c-.016.013-.013.119-.028.052-.077-.921-.058-1.906-.084-2.854-.011-.347-.121-.191-.092-.63l.047.122c-.084-.7-.081-1.431-.18-2.113a.284.284,0,0,1,.03.107,1.562,1.562,0,0,0-.069-.535c-.008-.107.019-.027.024-.093,0-.147-.073-.36-.055-.441,0-.014.015.04.02.066-.025-.093-.049-.443-.072-.347-.019-.259-.088-.489-.1-.7-.062-.125-.065-.439-.128-.47.06.006-.054-.454-.12-.606.03.049-.019-.142.019-.086-.047-.181-.1-.344-.12-.305-.028-.35-.242-.649-.223-.858-.2-.519-.393-.993-.588-1.451.06,0,.2.511.249.471-.187-.435-.332-.67-.5-1.106-.04-.115.049.054.073.088-.2-.426-.355-.839-.558-1.208a.311.311,0,0,1,.051.075c-.036-.075-.074-.178-.092-.159l.04.07c.024.135-.208-.265-.232-.27.126.095-.165-.38.013-.219-.028-.047-.069-.1-.078-.084-.032-.075-.035-.1.019-.037-.148-.258-.121-.153-.246-.391.011,0,.041.041.066.059a2.333,2.333,0,0,1-.271-.422c.013.009.009-.019.041.04-.194-.34-.385-.545-.6-.914.113.077-.066-.131-.041-.176l-.144-.181.035.088c-.114-.167-.249-.289-.341-.437l.1.109c-.077-.1-.159-.2-.24-.293l.12.178c-.146-.145-.031.052-.189-.165.039.039-.127-.156-.176-.252h0a1.836,1.836,0,0,1-.248-.249c-.015-.038.058-.011.048-.036-.093-.049-.334-.335-.453-.392.036.022.055.007.048-.006l-.081-.036c-.06-.072-.066-.085-.042-.088-.2-.2.026.1-.2-.144a.593.593,0,0,1,.058.038c-.234-.24-.492-.418-.716-.628-.039-.094.212.165.158.069-.343-.282-.744-.539-1.079-.8l.061.052c-.086.015-.236-.217-.429-.32.045.028.077.012.061.01-.231-.181-.495-.339-.87-.574l.054.018c-.133-.111-.369-.265-.519-.376-.055-.017-.141-.08-.1-.024-.418-.407-.948-.552-1.331-.9.051.033.131.066.09.04l-.375-.22c.014.042.039.045.1.112a1.229,1.229,0,0,1-.256-.128c.175.089.023-.039-.039-.1.007.015-.022.007-.021.018-.164-.163-.063.027-.306-.167l.022,0a3.216,3.216,0,0,1-.305-.167c-.026-.055.112.053.133.035a2.6,2.6,0,0,1-.441-.246l.226.122a1.253,1.253,0,0,0-.252-.2l.01.007-.241-.174.058.049c-.231-.047-.385-.227-.664-.339.27.11.056,0,.094-.019-.058-.049-.149-.121-.116-.112-.134-.05-.184-.145-.374-.214,0-.015-.125-.081-.083-.09-.158-.09.025.041,0,.045-.257-.116-.529-.4-.9-.565-.3-.167-.38-.167-.662-.323-.082-.075.1.011.1.011a2.374,2.374,0,0,0-.4-.255c.034.009.009-.017-.027-.056-.114-.069-.1-.011-.236-.12a.548.548,0,0,1,.136.03.8.8,0,0,0-.483-.135c-.052-.019.111-.039.181-.025a.5.5,0,0,0-.359.043.347.347,0,0,0-.173.17.523.523,0,0,1,.1-.075c-.056.042-.048,0-.007-.037.141-.119.245-.077.249-.069a.682.682,0,0,0-.12.035,1.8,1.8,0,0,1,.315.017,1.533,1.533,0,0,1,.354.173l-.108-.009.223.092c.036.038.051.081-.05.026.127.111.133.064.24.164.011.012,0,.011-.01,0l.145.074c-.032-.008,0,.045-.076-.015.231.182.416.22.489.312l-.022-.011c.35.2.053-.011.332.116l.124.187.053-.01c.034.024.1.07.082.075.145.062-.014-.028.075,0,.152.137.476.284.483.358.076.015-.151-.122.041-.023.017.087.215.124.354.247-.065,0-.2-.111-.063.013.123.013.295.2.431.276.03-.033.294.165.521.292-.022,0,.4.283.594.426l-.01,0c.064-.012.269.129.428.218-.021.019-.054.01-.144-.033l.144.092a.707.707,0,0,1,.187.087l-.055,0a7.255,7.255,0,0,1,.642.388c.031-.017-.148-.2.124-.048,0,.02-.006.05-.078.013a.656.656,0,0,1,.129.074l-.12-.043c.105.082.072.018.161.077-.015.019.057.057.033.064a.849.849,0,0,0-.112-.072,1.437,1.437,0,0,1,.243.2c0-.017.018-.027.094.018.192.122.049.066.152.15.055.017.165.113.189.086a.187.187,0,0,1,.071.081c.106.053.455.307.368.2l-.024-.019.017.01h0c.338.189.645.473.963.684l-.008.01c.193.122.413.294.558.372.054.041.113.114.081.108a1.976,1.976,0,0,1,.352.272c-.15-.093.035.052-.15-.1a2.344,2.344,0,0,0,.406.324c-.083-.029.107.137.193.2l-.106-.12c.094.075.173.146.253.217l-.071-.007c.314.337.674.5.863.8.106.066-.162-.192-.062-.138a3.932,3.932,0,0,1,.3.4c.179.227.225.161.411.4-.015-.038-.006-.094.147.077.129.17.115.241.023.144-.033-.039-.045-.061-.039-.062-.047-.05-.107-.116-.067-.041l.028.013c.056.089.232.321.171.281.107.12.06.041,0-.059.146.229.251.342.4.581-.018-.041-.026-.085,0-.048.211.352.124.135.277.368.064.146-.073-.021.088.209.074.155-.015.051-.059,0a2.86,2.86,0,0,1,.289.55l-.076-.111a1.777,1.777,0,0,1,.109.182l-.011-.081c.033.072.064.131.053.135.055.063.013-.078.112.053.038.1.161.279.144.328-.139-.3-.017.05-.15-.2a1.346,1.346,0,0,1,.09.178c0,.013-.012-.006-.024-.025.113.3.1.11.249.405-.038-.028,0,.086.023.133-.056-.12.006-.073.073.03a2.3,2.3,0,0,0,.153.3l-.045-.118a1.163,1.163,0,0,1,.146.259c-.01.019-.066-.117-.051-.066.1.133.116.353.23.552.029.1-.033.026-.005.115.127.224.081.266.206.5,0-.082-.014-.092.083.072l-.189-.4.149.245c-.051-.123-.126-.252-.153-.328.074.115.062.105.06.037.031.185.165.324.216.531l-.069.021c.088.305.242.509.365.9l-.033-.129a2.359,2.359,0,0,1,.145.359c-.027,0-.008.078,0,.136.015-.012.1.285.151.306l.026.184c.085.32.177.342.255.652-.051-.086-.028.058-.1-.142.028.1.05.2.067.193,0,.063.106.277.109.377a.386.386,0,0,1,.075.166c0,.014-.012,0-.012,0s.059.178.061.071c0,.335.195.9.174,1.192.043.228.087.5.112.714-.009-.013-.012,0-.014-.039.009.292.088.171.1.5-.023.172-.037-.174-.042-.067-.075.053.048.4.019.625l-.009-.054c-.012.172.063.413.077.692,0,0-.008-.013-.012,0a5.97,5.97,0,0,1,.116.816c-.036-.081-.024-.121-.052-.068.011.12.049-.038.071.2-.012.079-.017.253-.05.278l-.014-.226a1.623,1.623,0,0,0,.016.413l-.019-.014c.024.347.072.349.086.723l.012-.039c.057.2-.018.172.026.374l-.045.064c.018.134.068.47.088.711-.042-.135-.073-.417-.1-.591a3.287,3.287,0,0,0,.051.522.848.848,0,0,1-.017-.174,2.982,2.982,0,0,1,.085.643c-.1-.043.009.695-.051.892.006.06.012.118.019.176a.42.42,0,0,1-.011.136.275.275,0,0,1-.161.185.436.436,0,0,1-.512-.138c.021.162-.066-.095-.111-.054a.346.346,0,0,1-.027-.167l.024-.389c.017-.092.023.12.039.108-.008-.279.026-.118.036-.3-.025.039-.043-.1-.04-.255l-.024.226c-.058-.388.047-.34-.009-.732l.028.124a6.535,6.535,0,0,0-.1-.941c.007-.036.026-.084.034,0-.011-.484-.109-1.074-.093-1.451l.02.036a1.025,1.025,0,0,1-.03-.27c.008.006.02.036.019-.006a2.024,2.024,0,0,1-.042-.358l.026.1a8.431,8.431,0,0,0-.141-1.115c.054,0,.039-.376.029-.562l.008.006a11.283,11.283,0,0,0-.249-1.431,9.585,9.585,0,0,0-.3-1.563c.012.078-.043,0-.073-.087-.023-.118-.131-.307-.079-.3l.011.041a1.589,1.589,0,0,0-.126-.516l-.071-.009c-.07-.51-.487-1.222-.516-1.5-.061-.106-.118-.244-.181-.348l.034-.008c-.124-.312-.188-.467-.366-.842l.057.067c-.095-.214-.213-.228-.307-.422l.018-.081a6.678,6.678,0,0,0-.573-1.087c.009,0,.03,0,.064.062-.092-.17-.355-.661-.379-.563.037-.029-.227-.359-.372-.527l.047.009a1.932,1.932,0,0,1-.322-.326c-.034-.051-.012-.059.032.011-.114-.173-.121-.109-.265-.313l.076.058a.807.807,0,0,0-.225-.218,1.282,1.282,0,0,1-.259-.349.624.624,0,0,1-.21-.172c0-.02.034.007.052.021-.232-.27-.4-.343-.558-.531,0-.012,0-.026-.017-.043.209.189.369.35.353.336.022-.023-.14-.184.022-.09a5.9,5.9,0,0,1-.57-.441.121.121,0,0,1-.015-.027l.019.012a.752.752,0,0,0-.109-.088c-.05-.05-.081-.083-.134-.127a1.486,1.486,0,0,0-.279-.249c-.014.032-.126-.065-.036.044-.013-.013.019.01.079.056l.039.028-.008,0,.218.178a.845.845,0,0,1-.245-.187l-.157-.056c-.089-.135-.309-.338-.324-.387a5.366,5.366,0,0,0-.872-.551.248.248,0,0,1-.1-.11c.05.028.1.067.134.077a2.947,2.947,0,0,0-.542-.318c-.191-.157.138.044-.146-.142l.046.014c-.51-.436-.961-.511-1.524-1,.039.033.059.049.064.061-.683-.491-1.486-.894-2.152-1.393a1.264,1.264,0,0,0-.364-.184l-.024-.058-.231-.1c-.311-.159-.464-.4-.869-.584l.035.051c-.132-.088-.433-.255-.4-.266a.184.184,0,0,1-.1-.05l.006-.019-.347-.18c-.249-.173.08-.04-.292-.278-.143-.081-.424-.2-.379-.157s.137.1.131.12l-.132-.071c-.052.034-.179.023.112.253l.234.107.056.068-.184-.114a.644.644,0,0,0,.249.142.243.243,0,0,0,.075.083l.241.088c.015.035-.118-.022.018.078.113.041-.07-.1.1-.013.09.087.049.086.182.144.009.023-.021.015-.073-.01a2.935,2.935,0,0,0,.362.184c.092.1.37.223.331.262a1.884,1.884,0,0,1,.314.145c-.216-.06.371.238.286.266a7.154,7.154,0,0,1,.755.407.2.2,0,0,1-.066-.029,2.57,2.57,0,0,1,.241.191c.043-.029.258.093.386.139.139.142-.13-.016-.1.054.013-.038.306.147.268.085.11.1.1.08.144.154.055-.036.122.065.247.1.166.139.016.076.226.187.085.075-.1-.019-.1-.019m4.615,3.177h0l-.088-.074.089.073m.348.315c-.04-.04-.092-.089-.148-.139,0-.02.017-.017.052.015-.024-.012.053.068.1.124m-.6-.838c.061.044.076.066.079.077l-.1-.081-.01,0a.076.076,0,0,1,.034.006" transform="translate(-8.633 -2.539)" fill="%23040504"/><path d="M-145.934,188.968l.008,0-.023-.035Z" transform="translate(-27.341 -21.504)" fill="%23040504"/><path d="M-144.495,184.274l.015.03c.039.068.014.021-.015-.03" transform="translate(-28.205 -18.736)" fill="%23040504"/><path d="M-149.946,175.751l.1.09c-.045-.058-.082-.1-.1-.09" transform="translate(-24.964 -13.667)" fill="%23040504"/><path d="M-140.5,194.866h0l.007.028Z" transform="translate(-30.579 -25.034)" fill="%23040504"/><path d="M-149.582,176.123a.823.823,0,0,0-.122-.148c.038.047.08.1.122.148" transform="translate(-25.108 -13.802)" fill="%23040504"/><path d="M-152.105,174.179l-.041-.033.151.131Z" transform="translate(-23.656 -12.714)" fill="%23040504"/><path d="M-140.588,197.942l.032-.042c-.02-.079-.065-.088-.032.042" transform="translate(-30.521 -26.803)" fill="%23040504"/><path d="M-139.522,209.676a.616.616,0,0,0,0,.268c0-.107.008-.213,0-.268" transform="translate(-31.153 -33.839)" fill="%23040504"/><path d="M-144.137,191.531l.043.086-.069-.167Z" transform="translate(-28.403 -23.003)" fill="%23040504"/><path d="M-177.385,158.788c.566,2.2,1.083,4.413,1.684,6.605a25.255,25.255,0,0,0,2.1,5.6,31.26,31.26,0,0,0,6.674,7.677,49.021,49.021,0,0,1,4.089,4.074c.426.5,1.14-.225.717-.717-2.176-2.525-4.815-4.581-7.129-6.969a22.282,22.282,0,0,1-3.105-3.936,21.5,21.5,0,0,1-2.2-5.382c-.677-2.392-1.236-4.815-1.856-7.223a.507.507,0,0,0-.977.27" transform="translate(-8.639 -3.208)" fill="%23040504"/><path d="M-170.453,177.049l-.011-.054a.406.406,0,0,0,.011.054" transform="translate(-12.765 -14.408)" fill="%23040504"/><path d="M-165.726,189.225c-.021-.035-.032-.048-.036-.048.021.032.038.058.036.048" transform="translate(-15.561 -21.651)" fill="%23040504"/><path d="M-164.644,191.2l-.027-.047a.157.157,0,0,0,.027.047" transform="translate(-16.209 -22.827)" fill="%23040504"/><path d="M-170.438,177.129l.027.139c.015.006-.011-.072-.027-.139" transform="translate(-12.78 -14.488)" fill="%23040504"/><path d="M-171.2,174.644a.035.035,0,0,0-.008.019s.006-.009.008-.019" transform="translate(-12.324 -13.01)" fill="%23040504"/><path d="M-162.356,194.656l0-.006c-.03-.033-.014-.013,0,.006" transform="translate(-17.573 -24.895)" fill="%23040504"/><path d="M-156,201.629a.125.125,0,0,0-.017-.038s0,.013.017.038" transform="translate(-21.352 -29.032)" fill="%23040504"/><path d="M-160.682,196.463l.042.057-.042-.057" transform="translate(-18.581 -25.983)" fill="%23040504"/><path d="M-153.267,204.124a.478.478,0,0,0,.073.073l-.009-.014a.241.241,0,0,1-.065-.059" transform="translate(-22.99 -30.538)" fill="%23040504"/><path d="M-150.567,206.616l-.016-.024-.037-.032Z" transform="translate(-24.563 -31.986)" fill="%23040504"/><path d="M-173.641,175.719a.252.252,0,0,1,.012-.077c-.017.029-.082-.187-.012.077" transform="translate(-10.857 -13.57)" fill="%23040504"/><path d="M-152.7,203.744l.174.17-.174-.17" transform="translate(-23.327 -30.312)" fill="%23040504"/><path d="M-161.182,199.8l-.041-.039a.191.191,0,0,0,.041.039" transform="translate(-18.259 -27.945)" fill="%23040504"/><path d="M-150.954,205.365a.814.814,0,0,0,.085.11.161.161,0,0,0,.027.013Z" transform="translate(-24.365 -31.276)" fill="%23040504"/><path d="M-173.565,175.722h0Z" transform="translate(-10.921 -13.651)" fill="%23040504"/><path d="M-176.432,163.649c.056.225.069.094.107.135.081.265,0,.133,0,.23.054.165.127.283.157.408,0,.011,0,.036-.017.01.08.168.136.526.232.721a.073.073,0,0,1,0,.03c.013-.039.034-.051.051-.048.026.1.075.18.057.225a.209.209,0,0,0-.045-.09l.04.1c-.015.106-.053-.14-.082-.132.066.2.168.432.2.592-.031.044-.117-.364-.094-.144l-.052-.248c-.011.2-.036-.149-.056.04.077.324.12.353.2.676.043.065.026-.033.069.032.171.441,0,.386.159.7a.588.588,0,0,1,.161.339l-.071-.066c.1.309.118.155.2.485-.037-.051-.095-.236-.085-.187.034.219.074.139.128.3l-.028.046c.118.323.273.67.42,1.022-.019-.015-.055-.071-.034.016.194.44.388.951.57,1.38l.111.144c.018.037.02.075-.006.039.07.168.024,0,.076.07.049.091.043.131,0,.077.171.273.492.768.635,1.074l-.044-.05c.126.23.219.212.319.435l-.03-.036c.3.485.684.979.907,1.353.09.035.325.46.407.441a4.533,4.533,0,0,0,.383.576c.077.095.152.109.255.219l-.026.028.165.127.039.111.1.1c-.036-.043-.067-.1-.054-.1a1.875,1.875,0,0,1,.332.433l.38.359c-.019,0-.084-.057-.137-.1.219.176.006.064.208.224-.017-.031.029,0,.039,0a3.433,3.433,0,0,0,.432.46l-.047-.011c.268.28.587.566.9.867-.1-.116-.047-.124.048-.039l.009.064c.076.039-.086-.1.057-.008.114.115.048.108-.028.053l.152.126c0,.016-.037-.011-.056-.008.075.039.219.264.334.312v.016c.315.3.47.42.729.658.028-.02.124.078.221.129.183.184.377.4.609.606.173.136.067.022.153.074-.009.034.222.243.088.15.278.25.355.319.717.624-.029-.044-.067-.088-.038-.075.066.055.133.143.114.146l-.019-.013c.419.33.821.912,1.163,1.164l-.019-.014.331.287c.137.148-.1-.07-.011.05.366.3.51.542.8.806a2.983,2.983,0,0,0,.433.546.692.692,0,0,0,.459.263.735.735,0,0,0,.459-.135l-.037,0c.089-.1.127-.1.191-.18-.018.007-.105.1-.061.032a.671.671,0,0,0,.019-.8c-.157-.2-.3-.359-.452-.543-.3-.353-.611-.707-.927-1.041-.233-.242-.212-.058-.476-.392l.114.056c-.515-.442-.994-.964-1.506-1.385a.263.263,0,0,1,.092.056,1.479,1.479,0,0,0-.4-.337c-.074-.072,0-.032-.041-.084-.091-.108-.284-.211-.319-.283-.006-.012.036.019.056.035-.077-.051-.311-.291-.269-.206-.171-.18-.36-.31-.491-.459-.12-.06-.3-.3-.366-.289.05-.028-.288-.328-.42-.416.049.024-.087-.106-.027-.081-.13-.122-.256-.227-.253-.185-.2-.272-.514-.419-.59-.608-.4-.349-.76-.682-1.1-1.018.05-.024.37.375.4.319a8.553,8.553,0,0,1-.84-.8c-.073-.09.062.032.1.055-.322-.317-.578-.653-.856-.942a.293.293,0,0,1,.066.056c-.052-.06-.111-.146-.125-.124l.055.055c.052.121-.259-.195-.281-.195.139.061-.234-.322-.03-.211-.036-.038-.086-.082-.091-.062-.044-.064-.051-.089.012-.039-.184-.215-.143-.12-.3-.324.01-.006.045.032.073.045a1.709,1.709,0,0,1-.313-.362c.014.006.006-.019.044.033a7.568,7.568,0,0,1-.62-.84c.109.073-.061-.126-.034-.169l-.126-.179.027.086a5.108,5.108,0,0,1-.285-.444l.089.114-.186-.309.084.187c-.115-.159-.04.047-.154-.184a2.282,2.282,0,0,1-.115-.271h0a1.159,1.159,0,0,1-.17-.291c0-.039.058,0,.056-.021-.078-.066-.207-.4-.294-.491.026.032.048.023.047.01l-.061-.059c-.028-.086-.029-.1-.006-.094-.1-.247-.017.1-.125-.2a.477.477,0,0,1,.037.055c-.116-.3-.261-.562-.352-.842.01-.1.1.236.1.129-.163-.39-.361-.8-.481-1.2l.019.075c-.079-.034-.068-.3-.159-.489.02.047.054.053.043.042-.076-.271-.187-.544-.326-.948l.03.046-.147-.6c-.029-.047-.052-.147-.06-.08-.047-.562-.311-1.009-.358-1.506.015.057.049.132.037.087l-.119-.4c-.019.04,0,.058,0,.149a1.145,1.145,0,0,1-.1-.258c.065.177.043-.013.038-.1,0,.015-.021-.009-.028,0-.006-.225-.064-.02-.105-.318l.018.011a3.108,3.108,0,0,1-.105-.318c.019-.057.044.111.072.111a2.375,2.375,0,0,1-.15-.464l.079.234a1.176,1.176,0,0,0-.044-.309l0,.012-.055-.282.008.073c-.134-.183-.122-.414-.247-.675.12.255.041.036.081.047-.008-.073-.025-.183-.007-.155-.062-.123-.033-.224-.122-.4.009-.011-.035-.14,0-.118-.053-.167-.01.045-.028.035-.106-.251-.11-.627-.261-.989-.105-.319-.159-.369-.256-.664-.008-.107.063.072.063.072a2.248,2.248,0,0,0-.113-.442c.018.029.018-.006.019-.056-.036-.124-.061-.071-.09-.241a.459.459,0,0,1,.08.113.644.644,0,0,0-.279-.4c-.027-.047.109.035.154.088a.521.521,0,0,0-.3-.185.366.366,0,0,0-.233.02.9.9,0,0,1,.12.007c-.067,0-.036-.031.018-.032.178,0,.229.093.227.1a.361.361,0,0,0-.111-.046,1.518,1.518,0,0,1,.226.2,1,1,0,0,1,.149.351l-.072-.078.1.212c0,.051-.019.09-.054-.015.015.162.053.133.06.274,0,.016,0,.01-.01,0l.054.148c-.018-.027-.028.034-.045-.061.042.28.15.43.139.542l-.009-.022c.114.374.045.027.161.3l-.039.214.045.028c.009.039.026.118.008.107.062.139.009-.029.054.049.016.2.148.514.1.572.045.06-.025-.185.045.01-.047.073.07.229.086.408-.045-.044-.07-.211-.054-.032.08.089.074.338.122.48.044,0,.1.31.175.549-.018-.011.094.463.137.694l-.009,0c.054.032.106.267.159.435-.027,0-.045-.028-.08-.116l.041.16a.671.671,0,0,1,.075.184l-.043-.031a6.775,6.775,0,0,1,.2.7c.034.007.028-.241.122.043-.013.015-.039.034-.064-.04a.625.625,0,0,1,.042.136l-.057-.107c.02.128.039.058.062.159-.023,0,0,.078-.019.069a.808.808,0,0,0-.032-.125,1.362,1.362,0,0,1,.04.3c.011-.014.031-.009.055.073.056.212-.009.08.011.208.029.047.047.187.083.181a.183.183,0,0,1,0,.105c.043.106.138.512.142.377l-.006-.028.007.017h0c.136.348.2.748.323,1.1l-.012,0c.079.206.16.465.234.606.021.062.03.152.007.131a2.313,2.313,0,0,1,.148.405c-.078-.152,0,.062-.074-.158a1.826,1.826,0,0,0,.179.472c-.057-.064.023.169.07.262l-.036-.151c.046.108.083.2.119.3l-.059-.037c.124.437.392.714.465,1.058.077.1-.086-.23-.011-.148.082.19.126.409.155.467.107.265.174.209.3.478-.006-.04.011-.089.13.1.1.183.071.252,0,.144-.025-.043-.033-.066-.028-.066-.037-.056-.086-.13-.059-.051l.026.017c.036.1.182.344.128.3.091.129.054.046,0-.058.116.24.211.358.346.6-.017-.041-.024-.084,0-.047.2.347.118.134.273.357.068.14-.075-.016.094.2.083.146-.011.051-.059,0a3.914,3.914,0,0,1,.333.512l-.087-.1c.052.06.09.112.129.165l-.021-.077c.042.065.081.118.071.124.062.053,0-.077.117.034.049.091.2.239.193.291-.186-.265-.009.052-.18-.162a1.348,1.348,0,0,1,.118.155c0,.012-.013,0-.028-.019.163.266.121.086.32.338-.043-.018.015.084.051.121-.081-.1-.011-.071.076.011a1.8,1.8,0,0,0,.219.248l-.073-.1a1.173,1.173,0,0,1,.2.2c0,.02-.093-.091-.066-.047.131.1.2.3.369.448.058.086-.023.034.029.108.186.166.159.22.352.4-.03-.076-.044-.079.1.035l-.306-.3.217.174c-.087-.1-.2-.189-.246-.25.105.082.091.077.067.015.087.16.255.242.373.41l-.056.045c.187.247.4.37.672.667l-.081-.1c.058.017.175.174.276.255-.026.008.026.071.055.121.008-.017.207.206.266.2l.106.147c.224.232.311.206.531.424-.086-.045,0,.064-.159-.065.075.071.139.138.152.127.034.053.231.173.284.255a.377.377,0,0,1,.15.094c.006.012-.008.009-.008.009s.144.112.088.024c.182.272.656.6.816.835l.527.462c-.014,0-.009.008-.035-.02.192.208.174.066.393.3.094.14-.139-.1-.074-.02-.021.088.291.255.418.436l-.042-.032c.1.132.314.253.507.442,0,0-.015,0-.009.008a5.527,5.527,0,0,1,.616.5c-.079-.034-.1-.071-.082-.014.086.078.011-.06.182.1.042.065.151.192.144.232l-.157-.152c.049.11.2.2.279.284l-.024,0c.239.234.279.2.527.463l-.015-.037c.17.109.095.137.256.255l.007.076c.1.085.343.3.508.467-.116-.073-.314-.261-.443-.37a3.106,3.106,0,0,0,.361.352.807.807,0,0,1-.12-.118,2.36,2.36,0,0,1,.457.425c-.056.012.07.147.169.287a.313.313,0,0,1-.006.384.36.36,0,0,1-.4.251c-.083-.02-.133-.074-.212-.169s-.161-.194-.251-.292c.072.189-.105-.114-.139-.041a.874.874,0,0,1-.12-.136l-.221-.306c-.045-.079.092.075.1.056-.18-.2-.054-.1-.163-.249.006.045-.092-.043-.192-.161l.125.181c-.29-.247-.18-.281-.476-.527l.1.07a5.392,5.392,0,0,0-.688-.606c-.018-.03-.037-.077.028-.02-.328-.335-.793-.677-1.033-.952l.039.011a.937.937,0,0,1-.2-.167c.009,0,.038.011.009-.017a1.959,1.959,0,0,1-.269-.221l.086.052a9.053,9.053,0,0,0-.837-.686c.037-.039-.215-.294-.341-.421l.01,0c-.385-.363-.69-.578-1.061-.9-.18-.251-.729-.728-1.048-1.1.045.06-.038.021-.1-.037-.073-.089-.251-.2-.2-.22l.028.03a1.6,1.6,0,0,0-.325-.388l-.067.023c-.266-.41-.882-.9-.988-1.156-.088-.077-.18-.187-.268-.264l.03-.017c-.2-.251-.3-.378-.549-.683l.069.049c-.134-.178-.25-.163-.378-.326l0-.08c-.233-.313-.424-.659-.674-.955.01,0,.028,0,.065.054-.107-.15-.351-.615-.377-.521.034-.026-.207-.343-.326-.518l.046.011a1.319,1.319,0,0,1-.27-.343c-.024-.054,0-.058.029.015-.075-.182-.1-.118-.194-.339l.059.069a.756.756,0,0,0-.164-.249,1.036,1.036,0,0,1-.144-.389.538.538,0,0,1-.137-.22c0-.019.028.017.041.036-.117-.317-.238-.444-.294-.673.009-.009.008-.025,0-.044.1.249.185.447.174.43.028-.013-.052-.213.056-.072a3.123,3.123,0,0,1-.313-.607.122.122,0,0,1,0-.03l.011.019a.7.7,0,0,0-.053-.123l-.053-.167a1.535,1.535,0,0,0-.108-.339c-.029.02-.071-.116-.054.019,0-.017.01.018.036.085l.019.042-.005-.006.095.251a.767.767,0,0,1-.114-.272c-.041-.045-.081-.095-.1-.124-.005-.156-.073-.434-.057-.481a7.275,7.275,0,0,0-.373-.916.228.228,0,0,1-.014-.145,1.364,1.364,0,0,0,.057.137,3.115,3.115,0,0,0-.22-.563c-.046-.233.076.117-.02-.194l.025.039c-.109-.634-.383-.976-.47-1.689a.242.242,0,0,1,.005.086c-.161-.8-.45-1.61-.585-2.4a1.167,1.167,0,0,0-.133-.369l.023-.057-.1-.219c-.113-.318-.057-.587-.219-.986l-.01.06a2.2,2.2,0,0,1-.1-.448.172.172,0,0,1-.04-.1l.017-.009-.125-.356c-.058-.286.085.025-.016-.388-.046-.151-.165-.422-.163-.361s.028.161.011.17l-.045-.138c-.061-.011-.145-.1-.1.249l.094.232-.007.084-.053-.2a.6.6,0,0,0,.081.265.225.225,0,0,0,0,.108l.112.222c-.014.034-.069-.094-.041.066.052.1.021-.118.084.06,0,.121-.024.093.031.222-.009.023-.026,0-.045-.055a2.759,2.759,0,0,0,.133.369c0,.128.111.4.056.4a1.778,1.778,0,0,1,.124.31c-.113-.185.1.413.021.377a6.7,6.7,0,0,1,.26.787.182.182,0,0,1-.028-.064,2.4,2.4,0,0,1,.041.3c.051.007.12.235.181.352,0,.194-.082-.1-.111-.027.035-.019.118.306.133.236.008.147.017.124,0,.206.064.009.043.127.107.233.023.209-.041.066.033.283.009.11-.061-.081-.061-.081m1.657,5.177h0l-.042-.1.043.1m.172.424-.074-.184c0-.019.023-.008.039.035-.017-.02.018.083.034.15m-.13-.984c.029.066.031.09.028.1l-.047-.116-.007-.007a.068.068,0,0,1,.026.021" transform="translate(-8.529 -3.113)" fill="%23040504"/><path d="M-170.778,183.025l-.013-.027.008.043.019.02-.014-.036" transform="translate(-12.57 -17.977)" fill="%23040504"/><path d="M-170.469,176.955l0,.009a.1.1,0,0,1,0-.021v.011" transform="translate(-12.762 -14.378)" fill="%23040504"/><path d="M-162.029,198.9l.006-.006-.032-.026Z" transform="translate(-17.765 -27.414)" fill="%23040504"/><path d="M-160.34,195.992l.021.023c.053.054.019.016-.021-.023" transform="translate(-18.784 -25.703)" fill="%23040504"/><path d="M-165.951,188.113l.073.1c-.03-.063-.055-.112-.073-.1" transform="translate(-15.448 -21.018)" fill="%23040504"/><path d="M-152.748,203.7h0l.02.019Z" transform="translate(-23.298 -30.285)" fill="%23040504"/><path d="M-165.683,188.532a1.181,1.181,0,0,0-.087-.161,1.184,1.184,0,0,0,.087.161" transform="translate(-15.556 -21.172)" fill="%23040504"/><path d="M-169.131,181.624l-.034,0c.043.109.012,0,.034,0" transform="translate(-13.537 -17.158)" fill="%23040504"/><path d="M-167.762,184.045l-.024-.112-.047-.039Z" transform="translate(-14.329 -18.51)" fill="%23040504"/><path d="M-167.5,186.031l-.025-.045.092.174Z" transform="translate(-14.512 -19.754)" fill="%23040504"/><path d="M-151.128,206.182v-.052c-.062-.049-.1-.028,0,.052" transform="translate(-24.224 -31.715)" fill="%23040504"/><path d="M-142.817,213.981a.564.564,0,0,0,.169.194c-.069-.075-.129-.16-.169-.194" transform="translate(-29.203 -36.399)" fill="%23040504"/><path d="M-159.5,200.56l.072.058-.125-.118Z" transform="translate(-19.253 -28.383)" fill="%23040504"/><path d="M-167.442,169.591c3.519,6.22,8.688,11.791,10.022,19.024.118.641,1.1.369.977-.27-1.351-7.327-6.561-12.968-10.124-19.266a.507.507,0,0,0-.875.512" transform="translate(-14.52 -9.554)" fill="%23040504"/><path d="M-158.139,180.968l-.019-.038a.245.245,0,0,0,.019.038" transform="translate(-20.082 -16.748)" fill="%23040504"/><path d="M-152.646,189.46c-.017-.026-.028-.034-.032-.034.018.023.033.042.032.034" transform="translate(-23.34 -21.799)" fill="%23040504"/><path d="M-151.8,190.976l-.019-.036a.085.085,0,0,0,.019.036" transform="translate(-23.849 -22.699)" fill="%23040504"/><path d="M-158.11,181.024l.05.1c.015,0-.023-.052-.05-.1" transform="translate(-20.11 -16.804)" fill="%23040504"/><path d="M-160.686,177.268l-.018-.028-.029-.015Z" transform="translate(-18.551 -14.545)" fill="%23040504"/><path d="M-162.465,174.406c.015.028.05.019.069.021a.128.128,0,0,1-.056-.046c-.006,0-.01.011-.013.025" transform="translate(-17.521 -12.854)" fill="%23040504"/><path d="M-159.3,179.4a.028.028,0,0,0,0,.017s0-.009,0-.017" transform="translate(-19.4 -15.836)" fill="%23040504"/><path d="M-165.664,174.318s0,0,.005,0-.011-.006-.005,0" transform="translate(-15.617 -12.812)" fill="%23040504"/><path d="M-150.234,193.746l0-.005c-.021-.027-.01-.011,0,.005" transform="translate(-24.785 -24.356)" fill="%23040504"/><path d="M-146.625,200.035a.094.094,0,0,0,0-.034s0,.011,0,.034" transform="translate(-26.937 -28.087)" fill="%23040504"/><path d="M-149.112,195.278l.023.049a.4.4,0,0,0-.023-.049" transform="translate(-25.46 -25.279)" fill="%23040504"/><path d="M-145.274,202.55a.269.269,0,0,0,.032.073l0-.013a.136.136,0,0,1-.03-.06" transform="translate(-27.742 -29.602)" fill="%23040504"/><path d="M-144.1,205.134l0-.023-.016-.034Z" transform="translate(-28.427 -31.105)" fill="%23040504"/><path d="M-160.9,181.7a.17.17,0,0,1,0-.063c-.01.029-.114-.113,0,.063" transform="translate(-18.42 -17.151)" fill="%23040504"/><path d="M-144.621,202.375l.076.174c-.019-.049-.047-.112-.076-.174" transform="translate(-28.13 -29.498)" fill="%23040504"/><path d="M-149.686,199.572l-.023-.036a.119.119,0,0,0,.023.036" transform="translate(-25.105 -27.81)" fill="%23040504"/><path d="M-143.836,204.061a.506.506,0,0,0,.019.108.082.082,0,0,0,.016.017Z" transform="translate(-28.597 -30.501)" fill="%23040504"/><path d="M-160.825,181.673h0Z" transform="translate(-18.496 -17.189)" fill="%23040504"/><path d="M-165.56,172.9c.1.152.083.047.125.065.129.173.027.1.048.175.084.106.175.169.229.254,0,.01.006.028-.014.014.108.1.233.351.361.465a.052.052,0,0,1,0,.024c0-.035.021-.051.038-.055.045.067.106.109.1.151a.122.122,0,0,0-.059-.053l.057.064c.007.087-.075-.089-.1-.071a3.577,3.577,0,0,1,.3.383c-.019.045-.175-.239-.112-.078l-.095-.172c.028.161-.062-.1-.044.051.132.221.177.228.309.449.051.036.017-.034.069,0,.236.281.072.3.266.49a.36.36,0,0,1,.2.21l-.075-.028c.134.21.135.082.252.316-.041-.028-.121-.154-.1-.12.062.161.088.085.16.193l-.02.045.506.685c-.019-.007-.058-.042-.03.023a9.721,9.721,0,0,1,.6.978l.1.095c.017.027.019.058-.006.033.064.124.023-.007.071.042.044.066.038.1,0,.063a4.461,4.461,0,0,1,.533.8l-.036-.037c.094.178.184.153.254.33l-.024-.028c.212.382.489.779.615,1.092.079.027.194.387.27.375a3.737,3.737,0,0,0,.2.5c.043.083.108.1.172.2l-.031.021.112.118v.1l.059.092c-.018-.039-.028-.09-.015-.089a1.026,1.026,0,0,1,.153.392l.214.341c-.017,0-.053-.058-.086-.1.133.172-.017.052.1.21,0-.027.027,0,.035,0a3.112,3.112,0,0,0,.206.439l-.036-.017c.12.272.278.561.42.863-.04-.113.012-.107.058-.02l-.019.051c.049.047-.03-.1.053.006.049.115-.005.094-.047.035l.077.132c-.007.013-.028-.017-.045-.019.049.046.064.257.139.322l-.008.013.3.692c.034-.008.068.093.124.158.062.19.107.41.191.635.073.154.044.037.088.1-.025.022.058.248-.005.137.1.272.14.341.261.686,0-.042-.006-.086.011-.068.023.062.029.149.012.144l-.008-.016c.152.383.189.928.313,1.232l-.007-.017.105.322c.028.153-.043-.086-.037.031.135.354.1.543.227.871a.407.407,0,0,0,.152.274.556.556,0,0,0,.4.12.853.853,0,0,0,.643-.4l-.032.011c.026-.1.065-.115.085-.194-.013.01-.048.109-.039.043a.8.8,0,0,0,0-.32l-.057-.26-.1-.53-.094-.536-.129-.524c-.067-.253-.148-.111-.19-.442l.064.078c-.178-.5-.336-1.024-.54-1.5.019.026.03.022.047.07a.829.829,0,0,0-.159-.372c-.028-.075.013-.025.005-.075-.026-.107-.139-.24-.135-.3,0-.011.021.025.03.043-.041-.06-.124-.308-.129-.232-.059-.185-.155-.336-.2-.486-.07-.079-.116-.311-.179-.317.056-.01-.1-.325-.179-.424.032.03-.03-.1.011-.07-.06-.126-.123-.237-.139-.2-.048-.262-.268-.443-.262-.607-.218-.353-.41-.684-.6-1.006.058-.016.2.362.24.32-.18-.3-.325-.457-.484-.768-.038-.082.046.033.069.056-.194-.3-.328-.6-.512-.853,0,0,.027.024.047.049-.033-.052-.067-.127-.085-.108l.037.048c.019.1-.191-.172-.213-.171.115.053-.144-.274.019-.178-.025-.032-.061-.07-.071-.054-.027-.054-.028-.075.019-.033-.125-.183-.107-.1-.21-.274.011-.006.035.027.058.037a1.134,1.134,0,0,1-.223-.3c.011,0,.009-.017.035.026-.153-.247-.315-.387-.465-.669.094.052-.043-.1-.013-.139l-.1-.138.018.07c-.079-.128-.178-.222-.234-.339l.075.084-.158-.233.071.144c-.1-.116-.039.044-.137-.13a1.862,1.862,0,0,1-.1-.206h0a.821.821,0,0,1-.158-.209c0-.032.055-.008.053-.029-.071-.041-.2-.289-.284-.345.025.021.046.009.044,0l-.059-.034c-.03-.064-.031-.075-.009-.076-.109-.178-.012.087-.126-.135.013.015.011,0,.037.036-.125-.216-.281-.391-.394-.59,0-.081.12.161.109.075-.189-.271-.422-.54-.589-.812l.028.053c-.078,0-.1-.216-.219-.334.026.03.059.024.047.019a7.755,7.755,0,0,0-.46-.629l.036.025c-.059-.116-.18-.288-.25-.408-.036-.026-.078-.094-.072-.04-.156-.411-.493-.656-.632-1.019.025.038.071.084.051.053l-.188-.265c-.01.037.009.045.027.114a.7.7,0,0,1-.14-.163c.094.113.037-.026.017-.087,0,.013-.021,0-.026.01-.049-.169-.063.007-.159-.206l.019,0a1.891,1.891,0,0,1-.16-.206c.007-.05.063.069.088.06-.072-.109-.192-.184-.228-.3l.118.152a.764.764,0,0,0-.1-.221l0,.009-.1-.2.021.053c-.158-.094-.189-.276-.352-.435.157.155.044.014.084.009-.021-.053-.056-.132-.034-.117-.08-.073-.071-.161-.186-.263.006-.012-.058-.1-.02-.091-.079-.111,0,.038-.019.036-.146-.156-.207-.448-.408-.679-.151-.212-.21-.234-.349-.432-.024-.079.071.036.071.036a.85.85,0,0,0-.2-.3c.027.011.014-.013-.009-.052-.09-.069-.08-.018-.2-.086a.2.2,0,0,1,.123,0,.53.53,0,0,0-.4-.009c-.041-.014.072-.049.124-.063-.169,0-.38.148-.384.207a.5.5,0,0,1,.081-.046c-.042.031-.039-.007-.009-.036.1-.09.177-.062.184-.054a.459.459,0,0,0-.084.036,1.016,1.016,0,0,0,.235-.026.4.4,0,0,1,.294.079.318.318,0,0,0-.09,0,.43.43,0,0,1,.163.087c.013.041,0,.076-.051.013.049.112.077.077.107.184,0,.012,0,.009-.01,0l.075.1c-.021-.015-.021.035-.052-.033.085.2.21.285.219.375l-.012-.014c.168.253.047.007.2.18l0,.179.047.007c.015.028.043.082.025.08.081.088,0-.025.059.021.045.148.227.347.194.407.053.031-.057-.134.044-.007-.03.072.107.152.154.285-.05-.019-.1-.139-.056-.007.091.041.13.234.2.327.041-.019.148.205.263.362-.019,0,.177.321.261.482h-.009c.056.005.15.167.231.277-.026.01-.047,0-.1-.06l.069.107a.414.414,0,0,1,.105.114l-.045-.009a4.611,4.611,0,0,1,.319.462c.033-.006-.023-.193.122-.011-.009.016-.029.039-.068-.008a.4.4,0,0,1,.066.089l-.075-.062c.044.09.048.03.09.1-.021.012.018.059,0,.06-.013-.016-.03-.064-.054-.084a.827.827,0,0,1,.1.216c.007-.014.027-.017.066.036.095.141.008.064.052.154.036.026.081.126.113.108a.118.118,0,0,1,.021.08c.062.065.229.341.207.237l-.01-.02.009.011h0c.189.221.314.51.484.74l-.01.006c.106.135.217.313.306.4.028.042.047.112.024.1a1.254,1.254,0,0,1,.186.277c-.09-.1.009.048-.087-.1a1.186,1.186,0,0,0,.218.324c-.06-.034.038.128.09.19l-.047-.111c.054.073.095.141.137.209l-.058-.014c.15.316.414.477.488.744.074.062-.086-.169-.013-.118a3.565,3.565,0,0,1,.151.35c.1.2.161.139.272.339,0-.032.013-.076.118.06.082.137.054.2-.009.119-.021-.032-.028-.049-.023-.051-.032-.041-.074-.094-.053-.032l.024.01c.031.074.148.259.1.228.075.095.047.031.006-.049.091.184.169.271.27.457-.011-.032-.013-.068,0-.039.149.271.1.1.212.275.045.112-.067-.009.06.16.056.117-.018.043-.055.006a1.728,1.728,0,0,1,.225.411l-.062-.08a1.26,1.26,0,0,1,.088.134l-.005-.064c.026.054.052.1.041.1.047.043.017-.065.1.026.028.075.137.2.119.242-.117-.22-.019.043-.133-.134a.762.762,0,0,1,.076.129c0,.01-.011,0-.021-.016.093.221.093.071.219.283-.034-.016-.006.07.019.1-.051-.086.006-.059.068.011a1.179,1.179,0,0,0,.14.213l-.042-.085c.036.017.074.086.133.179-.01.017-.059-.081-.046-.043.093.088.1.261.208.4.026.076-.032.027-.006.092.118.153.076.195.195.358,0-.064-.015-.07.08.04l-.18-.278.141.164c-.049-.087-.119-.175-.144-.229.07.076.059.071.056.017.029.14.155.224.207.375l-.065.03c.091.22.232.354.359.634l-.034-.094c.044.024.091.167.148.25-.026,0,0,.062,0,.107.013-.013.1.2.158.2l.035.136c.105.225.185.225.282.444-.054-.054-.024.052-.108-.085.034.072.06.139.076.133.006.049.123.186.134.262a.232.232,0,0,1,.088.107c0,.011-.011,0-.011,0s.075.12.065.038c.041.251.294.622.311.848l.224.494c-.011-.007-.011,0-.021-.025.063.21.116.1.187.337.012.131-.07-.114-.054-.036-.056.058.114.277.126.45l-.018-.036a5.143,5.143,0,0,0,.2.481s-.01-.007-.012,0a2.857,2.857,0,0,1,.259.56c-.047-.051-.041-.083-.06-.036.029.085.041-.041.1.13,0,.061.022.19-.006.216l-.048-.162c-.017.1.062.21.079.3l-.021-.006c.077.247.124.238.2.506l.006-.031c.088.134.009.13.086.267l-.034.056c.032.095.12.332.168.507a3.533,3.533,0,0,1-.168-.416,1.868,1.868,0,0,0,.11.375.476.476,0,0,1-.036-.125,1.65,1.65,0,0,1,.157.458c-.049-.007-.027.12,0,.269s.068.325.026.37c.041.278-.378.48-.6.322.04.119-.065-.045-.1.009-.052-.06-.062-.094-.06-.1-.01-.08-.016-.179-.022-.277.006-.072.036.086.05.075-.04-.207.012-.092,0-.233-.02.033-.053-.064-.069-.184l0,.172c-.1-.279.007-.261-.1-.544l.043.087a2.807,2.807,0,0,0-.219-.679c0-.028.011-.068.034,0-.092-.353-.286-.761-.329-1.043l.025.021a.66.66,0,0,1-.074-.189c.009,0,.026.02.017-.01a1.158,1.158,0,0,1-.11-.248l.045.066a5.913,5.913,0,0,0-.339-.772c.049-.017-.022-.289-.073-.419l.009,0c-.152-.385-.31-.632-.476-.976a10.963,10.963,0,0,0-.448-1.1c.016.057-.041.01-.075-.049-.028-.086-.138-.207-.089-.216l.013.029c.013-.082-.084-.239-.149-.367l-.068.009c-.093-.375-.479-.858-.513-1.072-.059-.071-.114-.169-.172-.239l.032-.013c-.116-.223-.174-.334-.334-.6l.053.043c-.084-.154-.194-.142-.28-.279l.019-.068a6.07,6.07,0,0,0-.474-.782c.009,0,.026,0,.054.041-.071-.125-.261-.491-.294-.409.037-.027-.164-.268-.268-.4l.042,0a.945.945,0,0,1-.236-.249c-.021-.041,0-.049.027.008-.066-.139-.091-.084-.174-.25l.055.047a.447.447,0,0,0-.154-.176.647.647,0,0,1-.142-.291.335.335,0,0,1-.139-.148c0-.017.028.007.04.02-.124-.233-.246-.306-.317-.476a.037.037,0,0,0,0-.036c.114.176.2.317.193.306.026-.017-.061-.161.048-.073A2.342,2.342,0,0,1-163,176.2a.086.086,0,0,1,0-.024l.013.013a.42.42,0,0,0-.062-.084,1.335,1.335,0,0,0-.068-.119c.011-.03-.095-.169-.14-.24-.025.025-.081-.07-.048.031-.005-.013.012.011.045.057a.275.275,0,0,0,.023.028l-.006,0,.117.173a.466.466,0,0,1-.137-.184c-.042-.024-.088-.051-.111-.068-.024-.122-.125-.322-.117-.364a3.588,3.588,0,0,0-.488-.6.148.148,0,0,1-.038-.108.879.879,0,0,0,.076.088c-.094-.112-.245-.357-.3-.361-.085-.165.092.063-.054-.144l.03.021c-.216-.454-.541-.612-.767-1.123.016.035.025.052.023.063-.314-.546-.735-1.067-1.016-1.623a.714.714,0,0,0-.191-.238l.011-.052-.133-.134c-.163-.206-.161-.43-.383-.682v.05c-.056-.1-.2-.317-.168-.314a.108.108,0,0,1-.054-.067l.015-.013-.176-.235c-.1-.2.084-.008-.079-.294-.068-.1-.225-.273-.212-.227s.053.115.039.128l-.065-.092c-.06.011-.154-.036-.049.222l.127.149.007.067-.083-.139a.366.366,0,0,0,.12.18.148.148,0,0,0,.015.085l.142.136c-.008.031-.081-.051-.027.064.066.064,0-.1.088.02.024.092-.007.08.066.162,0,.021-.024.006-.051-.028.064.074.135.216.186.243.021.1.177.272.126.292a1.107,1.107,0,0,1,.173.2c-.139-.1.17.283.09.283.112.071.247.354.388.515a.114.114,0,0,1-.038-.039,1.465,1.465,0,0,1,.1.211c.049-.013.158.137.236.205.04.147-.095-.044-.107.018.029-.027.169.192.169.133.036.109.04.088.038.158.06-.016.064.082.145.14.062.152-.024.065.086.2.03.081-.073-.04-.073-.04m2.4,3.453h0l-.049-.071.05.071m.193.3-.083-.129c0-.017.021-.013.04.018-.017-.012.022.062.043.111m-.212-.755c.035.044.04.063.038.073l-.058-.079-.007,0a.054.054,0,0,1,.026.009" transform="translate(-14.512 -9.417)" fill="%23040504"/><path d="M-157.045,186.425l-.015-.018.012.032.02.011Z" transform="translate(-20.734 -20.004)" fill="%23040504"/><path d="M-158.169,180.9l0,.007a.067.067,0,0,1,0-.016v.009" transform="translate(-20.074 -16.724)" fill="%23040504"/><path d="M-150.169,198.754l.007,0-.022-.023Z" transform="translate(-24.823 -27.329)" fill="%23040504"/><path d="M-160.555,176.694a.061.061,0,0,0-.007-.026.074.074,0,0,0,.007.026" transform="translate(-18.652 -14.214)" fill="%23040504"/><path d="M-161.721,174.818l-.052-.107.052.107" transform="translate(-17.932 -13.05)" fill="%23040504"/><path d="M-148.681,194.9l.014.021c.035.047.013.014-.014-.021" transform="translate(-25.716 -25.053)" fill="%23040504"/><path d="M-152.822,188.575l.067.074c-.028-.047-.05-.083-.067-.074" transform="translate(-23.254 -21.292)" fill="%23040504"/><path d="M-144.643,202.328h0l.009.019Z" transform="translate(-28.117 -29.47)" fill="%23040504"/><path d="M-152.58,188.879a.587.587,0,0,0-.077-.12.883.883,0,0,0,.077.12" transform="translate(-23.352 -21.403)" fill="%23040504"/><path d="M-156.194,184.086l-.032.007c.054.073.011-.006.032-.007" transform="translate(-21.23 -18.624)" fill="%23040504"/><path d="M-154.662,185.637l-.032-.084-.047-.019Z" transform="translate(-22.113 -19.485)" fill="%23040504"/><path d="M-154.3,187.181l-.025-.031.091.12Z" transform="translate(-22.363 -20.446)" fill="%23040504"/><path d="M-144.376,204.658l.025-.04c-.03-.054-.074-.048-.025.04" transform="translate(-28.263 -30.811)" fill="%23040504"/><path d="M-141.371,212.928a.343.343,0,0,0,.043.194c-.019-.077-.027-.156-.043-.194" transform="translate(-30.062 -35.773)" fill="%23040504"/><path d="M-148.435,200.4l.045.058-.072-.115Z" transform="translate(-25.846 -28.29)" fill="%23040504"/><path d="M-130.243,226.652a8.469,8.469,0,0,0,4.919-.354,4.872,4.872,0,0,0,3.379-2.821c.219-.616-.761-.881-.977-.27a4.039,4.039,0,0,1-2.926,2.191,7.3,7.3,0,0,1-4.125.276.507.507,0,0,0-.27.977" transform="translate(-36.468 -41.679)" fill="%23040504"/><path d="M-109.548,224.091c.042-.041.019.084.07.02-.015,0-.036-.072-.07-.02" transform="translate(-48.984 -42.399)" fill="%23040504"/><path d="M-109.375,224.157h0l0-.007Z" transform="translate(-49.087 -42.445)" fill="%23040504"/><path d="M-114.494,227.451c.013,0,.019,0,.032-.018h-.007c0,.008-.009.015-.025.018" transform="translate(-46.043 -44.397)" fill="%23040504"/><path d="M-113.465,226.671l-.012,0-.012.013Z" transform="translate(-46.641 -43.944)" fill="%23040504"/><path d="M-114.183,226.4a.123.123,0,0,0,.05-.01.027.027,0,0,0,0-.013Z" transform="translate(-46.228 -43.769)" fill="%23040504"/><path d="M-128.652,226.868c.082,0,.038-.044.055-.07.1-.013.045.033.079.056.061-.015.106-.058.151-.058,0,.007.013.009,0,.019.062-.038.191-.009.261-.062a.025.025,0,0,1,.011.01.1.1,0,0,1-.016-.06c.036,0,.064-.034.08-.006-.022,0-.023.013-.032.023l.036-.016c.038.039-.05.019-.048.05a.792.792,0,0,1,.212-.056c.017.041-.13.026-.051.056l-.089-.009c.073.06-.054,0,.014.064.118,0,.127-.033.244-.035.023-.026-.013-.033.011-.059.157-.061.142.089.254.015.027-.032.031-.086.12-.071l-.021.051c.111-.013.052-.075.173-.064-.017.022-.084.03-.066.033.081.024.048-.035.105-.046l.019.039c.116-.028.239-.081.366-.118,0,.013-.024.031.009.037a2.341,2.341,0,0,1,.508-.09l.05-.05c.014,0,.03.009.017.019.064,0,0-.023.023-.044s.05.008.032.024a.967.967,0,0,1,.406-.142l-.019.017c.091-.011.076-.1.165-.092l-.013.011a3.5,3.5,0,0,1,.547-.142c.009-.058.191-.047.177-.118a.819.819,0,0,0,.249-.025c.041-.013.041-.065.085-.094l.017.034.049-.066.053.025.041-.03c-.019.007-.045,0-.047-.008a.256.256,0,0,1,.191-.042l.148-.112c0,.015-.021.034-.039.054.069-.079.035.027.1-.046-.015,0-.005-.023-.007-.03a.491.491,0,0,0,.2-.1v.03a3.739,3.739,0,0,0,.363-.251c-.051.022-.067-.022-.033-.051l.037.022c.009-.037-.046.015-.016-.044.048-.03.057.014.038.043l.048-.052c.011.008,0,.022.006.036.008-.037.122-.038.128-.1l.01.006a3.063,3.063,0,0,0,.257-.238c-.021-.027.019-.055.028-.1a1.283,1.283,0,0,0,.238-.193c.041-.068-.006-.036,0-.075.028.018.1-.071.076-.011a1.449,1.449,0,0,0,.184-.285c-.021.007-.037.021-.04.006.013-.028.05-.049.06-.036l0,.008c.071-.175.317-.319.326-.489v.009l.039-.155c.037-.062,0,.048.043.009.016-.183.113-.229.122-.4.065-.049.071-.189.026-.319a1.283,1.283,0,0,0-.215-.3l0,.025c-.05-.011-.041-.04-.07-.064,0,.017.035.043,0,.038a.848.848,0,0,0-.572-.075.669.669,0,0,0-.472.4c-.047.1.081.1-.019.206l-.022-.051a2.092,2.092,0,0,1-.306.583c0-.016-.009-.024,0-.04-.049.018-.1.129-.09.144-.025.023-.021-.009-.045,0-.043.021-.051.109-.088.107-.006,0,0-.016.006-.024-.009.033-.1.092-.059.1-.07.043-.1.118-.169.141-.01.056-.12.074-.1.124-.028-.047-.144.046-.172.1.005-.023-.047.011-.043-.02-.05.032-.09.069-.067.088-.125,0-.165.159-.26.115a2.873,2.873,0,0,1-.427.275c-.016-.053.161-.077.131-.127a1.2,1.2,0,0,1-.339.2c-.039.008.012-.03.021-.044-.134.077-.278.1-.4.171,0,0,.011-.015.023-.023-.025.01-.062.012-.051.035l.023-.015c.053.021-.078.106-.077.126.022-.081-.135.023-.092-.085-.015.01-.033.028-.025.043-.027,0-.037,0-.017-.03-.088.041-.048.057-.133.081,0-.012.013-.02.017-.037a.24.24,0,0,1-.148.081c0-.008-.009-.015.013-.021-.122.039-.194.119-.335.134.027-.061-.051,0-.069-.047l-.07.032.035.014c-.064.015-.113.062-.172.062l.043-.031-.118.038h.073c-.06.038.021.054-.069.062.017-.009-.065.014-.1,0h0a.164.164,0,0,1-.109.043c-.016-.012,0-.051-.011-.059-.024.044-.149.042-.181.09a.034.034,0,0,0,0-.039l-.021.036c-.032,0-.037-.008-.036-.027-.092.011.04.051-.073.047.008,0,0-.008.02-.016-.11.007-.205.058-.308.057-.036-.041.085-.024.046-.057a2.551,2.551,0,0,1-.431.1l.027,0c-.013.068-.107-.022-.175.015.017-.006.019-.038.015-.03a2.159,2.159,0,0,0-.339.056l.017-.017c-.057-.011-.149-.005-.21-.013-.018.017-.053.014-.032.038-.185-.095-.363.039-.523-.056.02,0,.049-.01.033-.012-.047,0-.1,0-.142,0,.007.029.016.021.043.045a.148.148,0,0,1-.1.016c.066-.009.006-.045-.019-.064,0,.009-.007.017-.006.026-.066-.06-.021.054-.117.006l.008-.014a.29.29,0,0,1-.117,0c-.011-.035.043-.006.05-.032-.056-.01-.124.038-.168,0,.026,0,.06,0,.086,0a.159.159,0,0,0-.1-.055l0,0c-.031-.011-.06-.025-.09-.039l.021.017c-.09.064-.144-.024-.255.006.107-.027.024-.026.042-.059-.021-.016-.065-.036-.049-.043-.057.018-.09-.044-.17.005,0-.012-.059,0-.051-.028-.072.028.021.015.016.034-.09.048-.284.041-.345.21-.058.121-.026.161-.036.267-.025.032-.035-.041-.035-.041a.212.212,0,0,0-.023.165c-.01-.012-.019,0-.033.019,0,.05.045.029.036.094a.15.15,0,0,1-.054-.043.618.618,0,0,0,.086.162c-.014.024-.041-.022-.062-.04.026.068.1.16.138.152a.14.14,0,0,1-.015-.041c.013.019-.016.027-.031.014-.053-.039-.034-.079-.022-.086a.28.28,0,0,0,.026.033c.037-.062-.071-.144-.072-.235a.376.376,0,0,0,.054.029.367.367,0,0,1-.044-.079c.013-.017.042-.025.049.012.025-.051-.017-.05.019-.091.005,0,.007,0,.008,0,0-.017,0-.036,0-.054.008.013.035,0,.022.03.048-.075.018-.15.069-.161v.008c.06-.109-.027-.029,0-.137a.585.585,0,0,1,.11.027l-.013-.038c.01-.009.036-.016.039,0,.03-.044-.015-.01,0-.044.066-.007.172-.066.19,0,.022-.029-.062-.02.006-.042.017.059.08-.007.135.035-.026.028-.072,0-.025.041.045-.05.111.041.163.043.014-.044.114.015.2.015a1.2,1.2,0,0,0,.233.086l0,.007c.023-.042.1-.021.166-.021-.006.026-.018.035-.053.041l.057.008a.114.114,0,0,1,.071-.018l-.018.032a.846.846,0,0,1,.254.006c.007-.031-.071-.092.032-.106,0,.017,0,.047-.023.052a.081.081,0,0,1,.05,0l-.043.026c.044.015.025-.022.06-.018,0,.024.025.018.019.037-.009,0-.03-.011-.045,0a.2.2,0,0,1,.1.041c0-.014,0-.032.031-.034.076,0,.025.03.07.044.019-.015.067,0,.069-.035.022,0,.026.017.035.027.039-.016.185,0,.139-.043l-.01,0,.007,0h0c.127-.04.268.013.4-.015v.012a.914.914,0,0,0,.22-.055c.022,0,.055.015.047.031a.253.253,0,0,1,.148-.02c-.056.028.023.016-.058.022.077,0,.1.017.172-.027-.023.034.062.03.1.015l-.056-.014a.586.586,0,0,1,.111-.016l-.013.043c.163.021.261-.13.393-.075.034-.036-.087,0-.057-.042a.826.826,0,0,1,.178.027c.1,0,.077-.078.18-.086-.016-.011-.037-.046.034-.076.071-.011.1.039.058.06-.017,0-.026,0-.026,0-.021.01-.049.023-.018.032l.006-.016c.038.007.133-.019.116.01.049-.027.017-.029-.024-.026.094,0,.139-.034.234-.044-.017,0-.034-.017-.02-.02.138-.019.051-.042.14-.073.057.007,0,.056.081.013.06,0,.022.034,0,.051a.417.417,0,0,1,.208-.034l-.04.024a.243.243,0,0,1,.067-.026l-.033-.021c.027,0,.049-.009.052,0,.021-.026-.033-.04.012-.08.038.005.1-.046.122-.013-.111.02.023.033-.066.067a.164.164,0,0,1,.065-.019c.005,0,0,.009-.008.013.113,0,.035-.056.141-.087-.007.025.037.031.053.021-.043.014-.032-.028,0-.056.073-.006.069-.036.105-.046l-.043.006c.007-.025.041-.034.086-.056.01.015-.039.025-.019.026.04-.052.13,0,.194-.055.039,0,.017.037.05.036.071-.056.1-.007.175-.062-.035-.017-.037-.009.012-.058l-.131.074.073-.075c-.042.017-.081.052-.108.058.034-.039.032-.03,0-.045.073.018.1-.069.18-.068l.026.067c.112-.013.161-.109.294-.152l-.045.008c0-.034.075-.042.111-.072.007.023.036.019.06.023-.01-.014.092-.045.08-.094l.07,0c.106-.043.079-.121.174-.172-.014.04.037.028-.015.082.031-.018.061-.032.053-.047.026,0,.069-.08.108-.079.007-.018,0-.041.031-.063.006,0,.006.01.006.01s.043-.05,0-.051c.137,0,.244-.189.358-.2l.168-.182c0,.009.008.009,0,.017.084-.058-.008-.092.086-.157.069-.017-.025.058.011.041.072.043.082-.11.164-.142l-.008.017c.06-.03.065-.131.12-.209,0,0,0,.008.01.007a1.342,1.342,0,0,1,.084-.275c.014.039,0,.044.031.043.015-.039-.05-.013-.021-.088.029-.015.064-.064.1-.058a.746.746,0,0,1-.03.072c.058-.017.038-.094.062-.128l.015.013c.04-.115,0-.136.045-.232l-.017,0c-.009-.08.051-.026.058-.1l.047.022a.326.326,0,0,1,.148-.15c-.031.045-.094.1-.111.144.023-.026.094-.066.107-.092-.013.008-.026.025-.041.027a.187.187,0,0,1,.166-.1c0,.046.046.051.1.06s.118.035.125.077a.245.245,0,0,1,.175.265c.074-.048,0,.037.076.035.005.036-.006.051-.01.053a.878.878,0,0,1-.077.1c-.031.02,0-.042-.018-.044-.039.081-.043.024-.084.071.029,0,.024.043,0,.086l.058-.054c-.013.131-.092.078-.113.205l0-.045c-.018.062-.1.212-.084.294-.013.006-.039.009-.029-.018-.081.129-.128.326-.23.4l-.008-.021c-.012.027,0,.062-.039.078,0-.006-.007-.02-.016-.01a.213.213,0,0,1-.056.1l0-.039c-.111.1-.114.208-.193.311-.037-.036-.134.035-.184.067l0-.007c-.13.116-.195.23-.312.349-.115.016-.3.182-.452.24.026-.005.019.038,0,.057-.039.01-.074.086-.093.04l.013-.006c-.05-.027-.111.024-.166.053l.022.061c-.186-.005-.367.223-.484.182-.029.032-.075.049-.1.079l-.011-.032a2.341,2.341,0,0,0-.278.106l.017-.033c-.071.024-.055.127-.12.153l-.037-.041a1.313,1.313,0,0,0-.378.127.029.029,0,0,1,.019-.032c-.061.018-.242.039-.2.1-.015-.043-.134.034-.2.074l0-.036c-.047.059-.045.071-.124.105-.021,0-.024-.022,0-.02-.07,0-.043.045-.126.049l.024-.029c-.068.015-.06.025-.09.059s-.13.026-.147,0a.085.085,0,0,1-.077.055c-.008-.01,0-.021.011-.026-.118,0-.158.08-.244.064a.026.026,0,0,0-.017-.017c.09-.018.162-.035.156-.03-.007-.03-.081-.018-.033-.074a.466.466,0,0,1-.214.11.041.041,0,0,1-.011-.009l.006,0a.088.088,0,0,0-.044.015.289.289,0,0,0-.06,0c-.014-.023-.086,0-.122.008.01.033-.039.036.011.056-.006,0,.006-.005.03-.011l.015-.006,0,0,.09-.02a.1.1,0,0,1-.1.032.7.7,0,0,1-.041.064c-.059-.037-.159-.045-.178-.071-.108.039-.259.054-.321.129-.03.013-.039-.013-.052-.021.017-.009.039-.011.048-.021-.061.026-.188.03-.2.077-.083-.011.04-.047-.069-.026l.013-.015c-.222-.049-.345.15-.593.067.017.005.026.007.029.015a3.836,3.836,0,0,1-.839-.042c-.075-.019-.086.008-.136.025l-.013-.038-.085.034c-.119.013-.183-.115-.334-.084l.014.028c-.05-.015-.165-.019-.15-.045-.006,0-.022.021-.039,0l0-.019c-.044,0-.088.005-.132,0-.092-.039.033-.07-.1-.111-.053-.007-.162.015-.146.032s.05.026.046.045l-.051,0c-.024.052-.079.1.03.167l.093-.011.02.034-.071-.017c.034.036.065.02.1.013a.057.057,0,0,0,.028.039l.1-.032c.005.023-.047.035.006.058.045-.016-.027-.056.042-.059.035.033.019.051.071.04,0,.016-.008.023-.028.025.046-.008.115.016.142-.009.037.042.146.016.133.069a.273.273,0,0,1,.122-.027c-.081.052.147.026.12.09.06-.052.2-.007.3-.03-.006,0-.017.012-.025.009a.427.427,0,0,1,.1.039c.01-.047.094-.054.139-.081.064.049-.042.054-.023.1,0-.039.116-.034.094-.067.049.031.043.015.068.056.01-.06.047-.011.089-.047.073.029.019.056.1.038.039.018-.033.039-.033.039m1.868-.325h0l-.038.01.038-.011m.154-.034-.067.013a.016.016,0,0,1,.011-.026c-.007.01.031.008.056.013m-.373-.162c.023-.009.032,0,.037,0l-.041.013,0,0a.041.041,0,0,1,.006-.019" transform="translate(-36.339 -41.47)" fill="%23040504"/><path d="M-113.623,226.851l-.034-.021c-.017.022.005.06.034.021" transform="translate(-46.537 -44.038)" fill="%23040504"/><path d="M-111.375,223.537c.021-.006.054-.023.051-.052-.018.021-.051.034-.051.052" transform="translate(-47.897 -42.05)" fill="%23040504"/><path d="M-110.042,212.209c-.565-.51-.177-1.412.12-1.972a9.476,9.476,0,0,1,1.49-2.1,6.5,6.5,0,0,1,4.647-2.153c.743,0,2.049.12,2.535.778a3.322,3.322,0,0,1,.108,2.467,5.578,5.578,0,0,1-3.342,3.654c-1.548.639-3.961,1.02-5.271-.3a.507.507,0,0,0-.716.716c1.49,1.5,4.021,1.34,5.874.705a6.728,6.728,0,0,0,4.391-4.358,4.9,4.9,0,0,0,0-3.054c-.4-1.028-1.625-1.4-2.627-1.548a7.259,7.259,0,0,0-6.04,2.1,9.925,9.925,0,0,0-2.052,2.836c-.441.928-.686,2.169.17,2.942.483.436,1.2-.279.717-.717" transform="translate(-47.924 -31.044)" fill="%23040504"/><path d="M-108.048,222.664c-.031-.013-.033.012.035.082a.28.28,0,0,1,.076.033.878.878,0,0,0-.111-.115" transform="translate(-49.863 -41.56)" fill="%23040504"/><path d="M-107.959,223.556c-.028.1-.106.221-.026.192a.508.508,0,0,0,.078-.263c.024-.091.034-.163.049-.148-.006-.034-.013-.161-.066-.2a.745.745,0,0,1-.015.432c-.026.026-.017-.009-.02-.018" transform="translate(-49.892 -41.846)" fill="%23040504"/><path d="M-110.494,224.359a.374.374,0,0,0,.065.053c-.019-.017-.039-.034-.057-.053Z" transform="translate(-48.421 -42.569)" fill="%23040504"/><path d="M-110.78,223.316a.313.313,0,0,0,.028.042.329.329,0,0,1-.028-.042" transform="translate(-48.251 -41.949)" fill="%23040504"/><path d="M-108.224,222.8l-.021-.02a.044.044,0,0,0-.018.009Z" transform="translate(-49.748 -41.632)" fill="%23040504"/><path d="M-107.092,226.755c.133.111-.259-.1-.053.054-.013-.024.227.068.053-.054" transform="translate(-50.376 -43.99)" fill="%23040504"/><path d="M-110.633,224.162l-.049-.062c.021.029.036.048.049.062" transform="translate(-48.309 -42.415)" fill="%23040504"/><path d="M-107.055,226.9h0l.021.016-.021-.016" transform="translate(-50.466 -44.078)" fill="%23040504"/><path d="M-85.652,219.744a.477.477,0,0,0-.054.088l.011-.012a.246.246,0,0,1,.043-.077" transform="translate(-63.159 -39.825)" fill="%23040504"/><path d="M-87.89,222.662l.025-.015.033-.036Z" transform="translate(-61.861 -41.529)" fill="%23040504"/><path d="M-110.521,224.284a.077.077,0,0,1-.041-.029l.035.042c.006,0,.011,0,.006-.013" transform="translate(-48.381 -42.507)" fill="%23040504"/><path d="M-85.289,220.223c-.042.074-.095.141-.142.212a2.341,2.341,0,0,0,.142-.212" transform="translate(-63.323 -40.11)" fill="%23040504"/><path d="M-89.956,221.087l.036-.043a.2.2,0,0,0-.036.043" transform="translate(-60.633 -40.598)" fill="%23040504"/><path d="M-86.721,222.245a.879.879,0,0,0-.111.093.12.12,0,0,0-.013.028Z" transform="translate(-62.482 -41.312)" fill="%23040504"/><path d="M-108.116,207.836c.17-.156.05-.106.069-.159.2-.193.119-.059.2-.1a3.708,3.708,0,0,1,.306-.312c.012,0,.034-.013.016.012.124-.14.441-.315.6-.459a.066.066,0,0,1,.03,0c-.041,0-.058-.019-.06-.037.091-.053.156-.122.2-.116a.2.2,0,0,0-.077.068l.089-.066c.106-.012-.124.087-.108.115a2.872,2.872,0,0,1,.541-.319c.046.019-.34.178-.128.114l-.232.1c.2-.03-.138.066.052.047a5.836,5.836,0,0,1,.629-.3c.061-.048-.035-.023.026-.071.431-.2.38-.027.694-.171a.526.526,0,0,1,.35-.131l-.073.063c.314-.052.169-.1.506-.113-.058.02-.248.047-.2.045.219,0,.149-.043.316-.062l.038.038a6.234,6.234,0,0,1,1.1-.027c-.022.01-.088.016,0,.038a2.858,2.858,0,0,1,1.368.412,1.578,1.578,0,0,1,.155.061c.032.022.042.058.009.036.11.118.021-.012.088.03.073.061.066.1.024.066a.97.97,0,0,1,.294.469,1.607,1.607,0,0,1,.069.6l-.013-.064c-.009.253.076.292.025.53l0-.047a4.269,4.269,0,0,1-.408,1.554.907.907,0,0,1-.113.292c-.065.116-.125.229-.1.262-.2.257-.152.178-.432.529-.078.091-.073.171-.165.289l-.031-.022-.1.178c-.034.017-.071.033-.107.048l-.091.106c.041-.038.1-.072.1-.059a1.337,1.337,0,0,1-.422.336c-.126.116-.253.234-.389.341,0-.019.068-.074.118-.122-.2.191-.062,0-.249.171.033-.011,0,.028,0,.038-.117.052-.36.2-.544.309l.024-.041a7.327,7.327,0,0,1-1.137.487c.15-.039.131.015.012.061l-.06-.023c-.072.047.132-.023-.021.053-.157.042-.118-.012-.032-.051l-.184.069c-.014-.008.028-.027.036-.045-.07.051-.337.046-.439.116l-.013-.009a7.757,7.757,0,0,1-.961.162c0,.037-.141.037-.245.068a7.966,7.966,0,0,1-.849-.067c-.215-.019-.066.018-.166.021-.011-.031-.313-.088-.152-.078a3.835,3.835,0,0,1-.881-.291c.039.034.087.065.056.061-.079-.034-.165-.1-.145-.109l.02.009a1.594,1.594,0,0,1-.337-.235l-.154-.151a.814.814,0,0,0-.217-.168.588.588,0,0,0-.546.019.612.612,0,0,0-.295.351l.009-.03a.6.6,0,0,0,.04.548c.062.109.043.077.006.047s-.064-.087-.026.008a1.862,1.862,0,0,0,.271.252,2.831,2.831,0,0,0,.224.189,2.024,2.024,0,0,0,.479.3.856.856,0,0,0,.268.176,2.1,2.1,0,0,0,.393.154c.282.094.587.148.793.21l-.021-.026c.112,0,.13.036.21.051-.01-.015-.116-.038-.047-.038a8.877,8.877,0,0,0,2.85-.149c.337-.09.163-.152.592-.236l-.106.076a8.026,8.026,0,0,0,1.9-.925c-.029.03-.024.041-.08.077a1.294,1.294,0,0,0,.433-.32c.088-.06.033,0,.094-.026.129-.072.263-.257.342-.283.013,0-.026.033-.045.052.069-.066.333-.294.244-.255.2-.162.343-.354.493-.5.063-.122.3-.327.279-.4.039.053.3-.341.365-.495-.013.056.086-.114.073-.047.093-.163.169-.316.128-.3.218-.278.242-.645.385-.8a6.822,6.822,0,0,0,.278-1.535c.058.024-.062.545-.009.533a8.9,8.9,0,0,0,.032-1.215c0-.122.027.068.037.109a3.823,3.823,0,0,0-.257-1.315.327.327,0,0,1,.045.081c-.029-.079-.059-.188-.081-.169a.734.734,0,0,1,.036.074c.017.136-.194-.283-.235-.274.066.043.018-.049-.027-.134s-.1-.154.009-.089c-.039-.043-.091-.092-.1-.071-.05-.066-.063-.091.01-.041a3.211,3.211,0,0,0-.372-.295c.008-.008.056.019.086.028-.125-.069-.247-.133-.443-.252.016,0,0-.021.057.012a5.735,5.735,0,0,0-1.028-.359c.134-.019-.135-.054-.148-.1l-.227-.034.086.039c-.2-.039-.374-.04-.542-.071h.15l-.373-.036.208.041c-.2,0,.014.06-.246.017.054,0-.2-.015-.3-.045h0a2.527,2.527,0,0,1-.345.013c-.039-.014.03-.051,0-.06-.1.032-.467.028-.585.082.04-.013.04-.036.026-.041l-.078.037c-.092,0-.106,0-.094-.021-.276.034.094.045-.234.066a.511.511,0,0,1,.065-.021,7.288,7.288,0,0,0-.917.2c-.1-.021.253-.08.144-.09a9.016,9.016,0,0,0-1.234.5l.073-.028c-.027.08-.3.1-.473.235.044-.028.044-.064.034-.051a5.135,5.135,0,0,0-.857.574l.034-.045a5.977,5.977,0,0,0-.512.374c-.032.047-.114.113-.049.09a8,8,0,0,0-1.135,1.1c.039-.046.082-.119.051-.082-.09.112-.176.226-.261.341.043-.009.048-.034.122-.09a1.379,1.379,0,0,1-.15.238c.1-.163-.038-.027-.1.031.015-.006.006.022.017.022-.173.15.021.062-.182.291l0-.022c-.06.1-.1.2-.173.3-.055.025.054-.11.036-.131a3.3,3.3,0,0,1-.242.436l.118-.224a1.1,1.1,0,0,0-.2.253l.007-.011-.161.247.045-.06c-.031.23-.2.4-.269.685.071-.279-.009-.056-.033-.091-.04.064-.1.165-.094.131-.026.141-.111.209-.133.412-.014,0-.045.143-.064.1-.044.178.032-.036.042-.017a2.849,2.849,0,0,0-.141,1.055,1.843,1.843,0,0,0,.242.692c.026.106-.076-.064-.076-.064a1,1,0,0,0,.232.413c-.029-.021-.015.012.006.061.086.105.092.038.2.178a.541.541,0,0,1-.129-.062.708.708,0,0,0,.45.221c.047.025-.115.021-.179-.006a.522.522,0,0,0,.352.022.352.352,0,0,0,.2-.122.534.534,0,0,1-.113.047c.063-.026.046.012,0,.038-.159.083-.248.021-.252.015a.631.631,0,0,0,.122-.012,2.011,2.011,0,0,1-.3-.072.935.935,0,0,1-.309-.239.751.751,0,0,0,.1.037,1.628,1.628,0,0,1-.182-.155c-.019-.049-.016-.09.058-.006-.072-.145-.095-.111-.139-.244,0-.016,0-.011.01,0l-.077-.137c.022.024.023-.036.055.053-.078-.264-.165-.424-.137-.535l.006.023c-.044-.388-.045-.032-.1-.33.035-.067.066-.131.1-.193l-.032-.042c.006-.04.019-.12.032-.1,0-.153-.021.023-.029-.068.059-.189.114-.532.187-.555,0-.076-.08.171-.032-.034.079-.035.07-.233.172-.386.006.063-.073.212.022.059-.008-.121.156-.311.219-.448-.037-.028.137-.3.257-.524,0,.02.272-.394.425-.575l0,.01c-.011-.063.138-.257.242-.4.017.022.005.054-.044.137l.1-.132a.625.625,0,0,1,.1-.172v.054a4.025,4.025,0,0,1,.467-.562c-.011-.034-.219.108-.026-.129.02,0,.048.015,0,.077a.589.589,0,0,1,.1-.109l-.064.107c.1-.085.03-.065.1-.138.016.018.066-.043.069-.019a.718.718,0,0,0-.092.093,1.212,1.212,0,0,1,.242-.191c-.017,0-.024-.024.038-.084.162-.151.075-.03.179-.108.028-.049.143-.131.124-.159a.183.183,0,0,1,.1-.045c.074-.09.415-.336.29-.287l-.025.015.014-.013h0a5.887,5.887,0,0,1,.968-.628l.006.011c.189-.12.435-.236.571-.322.06-.028.151-.044.131-.019a1.933,1.933,0,0,1,.4-.16c-.153.079.061-.005-.158.077a2.759,2.759,0,0,0,.478-.17c-.068.051.169-.01.268-.044l-.154.019c.112-.035.212-.059.314-.083l-.045.054a4.4,4.4,0,0,1,1.132-.178c.116-.038-.244,0-.141-.042a2.714,2.714,0,0,1,.489.039c.281.015.264-.054.56-.028-.037-.013-.07-.064.154-.051.208.029.246.089.116.086-.049,0-.073-.012-.07-.016-.067,0-.154-.006-.075.019l.028-.011c.1.026.382.058.312.074.156.012.07-.014-.044-.037.259.06.409.068.67.146-.04-.018-.075-.045-.033-.034.381.12.178.017.439.092.137.073-.067.027.192.107.148.075.017.048-.047.035a1.507,1.507,0,0,1,.514.281,1.21,1.21,0,0,0-.113-.054,1.165,1.165,0,0,1,.172.1l-.045-.062c.06.043.112.078.1.088.072.03-.02-.075.118,0,.073.069.242.188.235.242-.211-.226,0,.047-.194-.123a.73.73,0,0,1,.133.124c0,.011-.013,0-.028-.015.167.234.129.063.3.313-.039-.021,0,.079.028.12-.061-.1.01-.072.069.025.069.182.091.2.127.3l-.032-.116a.792.792,0,0,1,.11.264c-.013.016-.047-.121-.04-.07a2.57,2.57,0,0,1,.1.566c0,.1-.038.015-.038.1a3.648,3.648,0,0,1,.015.52c.028-.073.024-.088.047.1,0-.142-.011-.284-.025-.425.018.09.036.18.049.272,0-.129-.024-.271-.025-.348.033.129.022.116.045.053-.035.178.037.352,0,.557l-.072-.01a7.213,7.213,0,0,1-.109.933l.039-.122a1.744,1.744,0,0,1-.07.37c-.02-.018-.05.058-.079.107.024,0-.092.275-.057.326-.03.053-.056.106-.09.157-.131.292-.075.367-.223.643.018-.1-.059.022.015-.172-.046.092-.09.174-.076.183-.041.046-.114.265-.181.337a.322.322,0,0,1-.066.165c-.011.008-.01-.007-.01-.007s-.088.161-.009.091c-.233.227-.536.724-.787.872a4.852,4.852,0,0,1-.507.49c.006-.014-.007-.009.025-.032-.236.159-.088.171-.368.34-.157.065.127-.118.035-.069-.08-.035-.311.236-.523.31l.042-.032c-.153.065-.33.236-.577.351,0,0,.009-.012,0-.011a3.3,3.3,0,0,1-.707.38c.066-.058.106-.057.048-.069-.108.045.051.035-.167.125-.077.013-.243.049-.275.024.069-.024.141-.043.209-.071a1.7,1.7,0,0,0-.384.119l.009-.023a5.527,5.527,0,0,1-.672.224l.04.006c-.185.092-.169.008-.358.079l-.067-.036a4.918,4.918,0,0,1-.684.139c.131-.041.4-.1.567-.139a4.708,4.708,0,0,0-.5.086,1.087,1.087,0,0,1,.168-.024,2.04,2.04,0,0,1-.624.1c.045-.086-.677-.022-.855-.13a3.881,3.881,0,0,1-1.361-.366c.14.142-.14-.06-.143.02a.5.5,0,0,1-.161-.085,2.864,2.864,0,0,1-.294-.231c-.058-.069.1.054.1.033-.21-.159-.072-.091-.2-.208.013.042-.1-.019-.2-.132a1.529,1.529,0,0,0,.139.163.822.822,0,0,1-.252-.234,1.232,1.232,0,0,1-.148-.225.216.216,0,0,0,.05.063.275.275,0,0,1-.011-.28.659.659,0,0,1,.229-.246c.029,0,.062.019,0,.034a.317.317,0,0,1,.237.028c.064.037.183.139.284.219a5.882,5.882,0,0,0,.593.378h-.042a2.771,2.771,0,0,1,.259.1c-.008,0-.041,0,0,.02s.239.061.355.1l-.106-.008a3.05,3.05,0,0,0,1.124.118c0,.056.371.08.558.073l-.006.008a5.592,5.592,0,0,0,1.414-.294,6.009,6.009,0,0,0,1.5-.489c-.074.027-.007-.043.071-.089.114-.041.269-.193.278-.139l-.037.02a1.36,1.36,0,0,0,.467-.249l-.011-.071a2.624,2.624,0,0,0,.7-.531,5.264,5.264,0,0,1,.5-.5c.061-.107.16-.221.213-.332l.024.026a4.056,4.056,0,0,0,.476-.792c0,.03-.011.058-.017.087.1-.214.041-.31.114-.511l.071-.043A3.668,3.668,0,0,0-101,208.4c.007.008.02.021.013.088.04-.188.1-.748.019-.678.049,0,0-.431-.075-.647l.04.028-.212-.423c-.024-.059,0-.063.029.018-.088-.2-.1-.137-.257-.34a.7.7,0,0,1,.081.057.512.512,0,0,0-.262-.19,2.633,2.633,0,0,1-.366-.246.721.721,0,0,1-.266-.06c-.013-.016.033-.009.056-.006a5.468,5.468,0,0,0-.748-.165c0-.012-.018-.019-.038-.026a3.662,3.662,0,0,1,.476.092c.008-.032-.215-.084-.027-.088-.187-.021-.5-.018-.718-.051a.129.129,0,0,1-.028-.013l.023,0a.757.757,0,0,0-.139-.006c-.07-.011-.114-.015-.182-.02a1.286,1.286,0,0,0-.372-.021c.009.034-.138.033,0,.057-.018,0,.021-.006.1-.006l.048,0-.008,0c.074,0,.17,0,.279.007a.946.946,0,0,1-.305,0l-.156.057c-.153-.048-.451-.05-.5-.073a3.128,3.128,0,0,0-.99.27.275.275,0,0,1-.15.015c.051-.025.116-.041.143-.058a2.089,2.089,0,0,0-.572.249c-.234.072.112-.092-.2.045l.036-.031a7.862,7.862,0,0,0-1.541.942.251.251,0,0,1,.078-.041,9.145,9.145,0,0,0-1.764,1.815,1.1,1.1,0,0,0-.193.354l-.058.022-.092.229a4.8,4.8,0,0,0-.514.9l.045-.042c-.075.14-.165.472-.18.441a.191.191,0,0,1-.017.114h-.02a1.9,1.9,0,0,0-.019.4c0,.153-.02.144-.037.152s-.047.036.027.271c.06.189.342.382.3.322s-.111-.136-.094-.154a.816.816,0,0,0,.106.106c.068-.02.145.007-.009-.254a.774.774,0,0,1-.114-.184.49.49,0,0,1,.013-.075.726.726,0,0,0,.051.173.992.992,0,0,0-.071-.231.2.2,0,0,0,.026-.1,1.321,1.321,0,0,1-.036-.229c.026-.024.029.107.063-.041,0-.111-.071.094-.049-.087.052-.107.064-.067.081-.2.02-.013.018.017.01.069.016-.12.1-.3.1-.372.075-.1.173-.379.216-.343a1.591,1.591,0,0,1,.121-.313c-.049.212.219-.368.253-.283a3.971,3.971,0,0,1,.418-.717.183.183,0,0,1-.032.062,1.983,1.983,0,0,1,.206-.216c-.026-.045.116-.239.179-.355.158-.113-.033.123.04.107-.037-.019.186-.27.12-.244.118-.088.095-.082.174-.109-.026-.059.087-.1.145-.212.169-.125.077,0,.23-.167.092-.06-.042.093-.042.093m4.894-1.856h0l-.112-.008.112.008m.452.063c-.055-.01-.122-.024-.2-.034-.014-.014,0-.024.05-.016-.026,0,.079.028.145.05m-.956-.333c.075,0,.1,0,.11.012h-.131l-.009,0a.069.069,0,0,1,.03-.016" transform="translate(-47.79 -30.913)" fill="%23040504"/><path d="M-89.138,220.172l.007.005.021-.034Z" transform="translate(-61.119 -40.062)" fill="%23040504"/><path d="M-85.067,220.163h0l-.014.025Z" transform="translate(-63.531 -40.074)" fill="%23040504"/><path d="M-108.607,225.065l.046-.017s0,0,0-.007Z" transform="translate(-49.543 -42.975)" fill="%23040504"/><path d="M-108.486,225a.228.228,0,0,0,.047-.026c-.02.014-.041.019-.047.026" transform="translate(-49.615 -42.936)" fill="%23040504"/><path d="M-108.282,224.81a.769.769,0,0,1-.089.067c.033-.021.077-.042.089-.067" transform="translate(-49.684 -42.837)" fill="%23040504"/><path d="M-111.034,223.542l-.018-.006a.02.02,0,0,0,.018.006" transform="translate(-48.089 -42.08)" fill="%23040504"/><path d="M-111.348,222.732a1.2,1.2,0,0,0,.106.321l.014.005a2.59,2.59,0,0,1-.12-.326" transform="translate(-47.913 -41.602)" fill="%23040504"/><path d="M-111,219.233c-.026.09-.054.18-.072.273.022-.046.051-.105.031.02.111-.336-.05.064.041-.293" transform="translate(-48.075 -39.521)" fill="%23040504"/><path d="M-87.477,222.1h.051c.047-.064.025-.106-.051,0" transform="translate(-62.106 -41.19)" fill="%23040504"/><path d="M-97.53,227.694a.673.673,0,0,0-.257.039,2.054,2.054,0,0,0,.257-.039" transform="translate(-55.976 -44.551)" fill="%23040504"/><path d="M-90.933,222.771l-.07.066c.047-.039.094-.075.138-.117Z" transform="translate(-60.01 -41.595)" fill="%23040504"/><path d="M-70.532,246.318a11.783,11.783,0,0,0,4.54-1.753c.544-.354.037-1.233-.512-.875a11.063,11.063,0,0,1-4.3,1.651.511.511,0,0,0-.354.624.519.519,0,0,0,.624.354" transform="translate(-71.801 -54.013)" fill="%23040504"/><path d="M-66.724,247.277c-.008,0-.01.008-.01.012s.013-.009.01-.012" transform="translate(-74.44 -56.196)" fill="%23040504"/><path d="M-66.242,247.241h-.012c.005,0,.01,0,.012,0" transform="translate(-74.725 -56.174)" fill="%23040504"/><path d="M-65.371,247.069h0c-.008.006,0,0,0,0" transform="translate(-75.247 -56.072)" fill="%23040504"/><path d="M-63.531,246.273a.048.048,0,0,0-.014-.01.027.027,0,0,0,.014.01" transform="translate(-76.336 -55.592)" fill="%23040504"/><path d="M-64.941,246.732h.015a.037.037,0,0,0-.015,0" transform="translate(-75.506 -55.871)" fill="%23040504"/><path d="M-62.853,245.848c.009,0,.013,0,.021-.007l0,0c0,.006-.006.01-.016.009" transform="translate(-76.747 -55.341)" fill="%23040504"/><path d="M-62.154,245.5l-.009,0-.009.006Z" transform="translate(-77.153 -55.139)" fill="%23040504"/><path d="M-63.106,245.221l.048-.017a.219.219,0,0,0-.048.017" transform="translate(-76.597 -54.963)" fill="%23040504"/><path d="M-62.66,245.027a.071.071,0,0,0,.036.009.028.028,0,0,0,0-.011Z" transform="translate(-76.862 -54.857)" fill="%23040504"/><path d="M-69.6,246.027c.049-.011.012-.048.015-.076.054-.027.035.025.06.042.033-.021.049-.067.076-.073,0,.006.01.008.006.018.028-.045.111-.034.142-.089a.025.025,0,0,1,.009.01.168.168,0,0,1-.024-.058c.021-.006.032-.038.048-.013-.013,0-.011.015-.015.025l.019-.019c.032.035-.026.023-.018.053.04-.026.081-.073.117-.072.019.038-.074.036-.019.059h-.056c.058.051-.033,0,.023.061.072-.008.07-.043.141-.052.008-.027-.015-.031-.007-.058.083-.069.107.075.161,0,.01-.032,0-.083.059-.073l0,.05c.066-.018.016-.077.094-.07-.006.021-.046.032-.034.034.056.02.023-.036.056-.047l.02.037c.067-.03.134-.083.206-.119,0,.013-.009.03.013.035a.8.8,0,0,1,.307-.084l.022-.047c.008,0,.021.009.015.019.041,0-.006-.022.005-.042a.018.018,0,0,1,.026.024.371.371,0,0,1,.234-.126l-.009.015c.057-.009.028-.092.089-.082l-.006.01c.117-.032.223-.12.329-.109-.006-.053.118-.03.094-.1.077,0,.065.022.162,0,.025-.009.015-.057.04-.078l.018.033.021-.054.041.029.022-.023a.03.03,0,0,1-.033-.013.107.107,0,0,1,.123-.013l.083-.08c0,.015-.009.028-.017.043.034-.061.028.03.06-.026-.011,0-.007-.021-.01-.029a.177.177,0,0,0,.124-.053l0,.027c.075-.035.146-.094.226-.142a.032.032,0,0,1-.03-.054l.029.028c0-.03-.032,0-.016-.042.032-.014.043.027.032.048l.029-.033c.008.009,0,.019.009.034,0-.03.083,0,.082-.052l.008.009c.08-.047.108-.081.171-.124-.017-.03.012-.039.016-.074a.5.5,0,0,0,.18-.079c.034-.049-.005-.033,0-.064.024.023.082-.035.067.01a.449.449,0,0,0,.115-.228c-.018.008-.029.018-.036.007s.031-.04.044-.033v.007c.009-.129.129-.328.024-.427l0,0a.54.54,0,0,0-.074-.091c-.017-.049.034.017.035-.026-.1-.081-.1-.172-.21-.214,0-.062-.072-.1-.151-.127s-.165-.021-.228-.044l.008.021c-.029.022-.038-.012-.062-.014.006.015.036.017.018.03a1.782,1.782,0,0,0-.328.128l-.266.116c-.062.03.024.116-.078.117v-.047c-.1.115-.249.141-.349.244,0-.012,0-.023.009-.029-.039-.012-.1.049-.085.07-.02.008-.014-.017-.032-.021-.034,0-.047.067-.075.049,0,0,0-.012.006-.017-.01.021-.079.038-.048.059-.053.01-.081.058-.127.058-.007.046-.087.023-.071.075-.021-.051-.1,0-.119.036,0-.019-.033,0-.031-.03-.034.016-.06.04-.043.063-.09-.032-.1.107-.174.045a2.011,2.011,0,0,1-.263.18c-.017-.051.1-.047.073-.1-.077.058-.111.12-.2.144-.025,0,0-.028.009-.039-.079.057-.172.062-.24.118,0,0,.005-.013.012-.02-.015.007-.039.006-.029.028l.013-.012c.037.025-.036.094-.032.114,0-.077-.084.012-.073-.089a.034.034,0,0,0-.01.039c-.017,0-.025-.007-.016-.03-.051.032-.023.05-.074.067,0-.012.005-.019.006-.034a.107.107,0,0,1-.083.067c0-.008-.008-.015,0-.019-.073.029-.107.1-.2.106.009-.058-.033-.008-.051-.05l-.04.027.024.015c-.039.011-.064.054-.1.049l.023-.027-.07.03.046,0c-.032.034.021.054-.035.057.009-.007-.039.011-.067-.009a.069.069,0,0,1-.063.037c-.011-.012-.008-.05-.015-.058-.009.042-.088.036-.1.081a.049.049,0,0,0,0-.038l-.008.034c-.021,0-.025-.009-.026-.028-.056.009.032.052-.039.044,0,0,0-.007.01-.015-.068,0-.121.051-.185.051-.028-.039.049-.024.02-.056a1.206,1.206,0,0,1-.253.1l.017,0c0,.065-.069-.017-.106.022.01-.007.006-.038.005-.03a.614.614,0,0,0-.2.077l.008-.018a.886.886,0,0,0-.13.009c-.008.018-.03.019-.013.041-.135-.067-.2.075-.34.044.013-.005.028-.026.017-.022a.43.43,0,0,0-.088.062c.022.019.021.006.05.015a.1.1,0,0,1-.034.058c.022-.039-.027-.037-.053-.036.008,0,.009.016.016.022-.07,0,.03.045-.037.069l-.009-.012c-.012.023-.008.054-.026.072-.034-.009,0-.03-.018-.047-.023.034.012.094-.031.109a.4.4,0,0,1,.01-.058c-.053.014-.046.024-.064.048l0,0a.531.531,0,0,0-.041.058l.016-.013c.063.072-.015.1.033.174-.047-.066-.029-.014-.066-.022-.012.016-.026.043-.035.035.029.034-.026.059.024.1-.012,0,0,.036-.026.033.019.044.018-.015.034-.013.049.054-.006.173.1.23.067.052.108.032.17.058.007.029-.041.023-.041.023a.1.1,0,0,0,.087.057c-.011.006-.009.017,0,.034.03.01.035-.029.065,0a.127.127,0,0,1-.046.033.648.648,0,0,0,.117-.008c0,.023-.028.025-.046.034.044,0,.112.005.127-.028l-.024-.015c.014,0,0,.029-.008.033-.039.019-.048-.019-.047-.032l.026,0c-.009-.071-.1-.011-.146-.039l.039-.038a.493.493,0,0,1-.063.016c0-.017.006-.045.029-.04-.015-.039-.036,0-.043-.038,0-.005,0-.006.006-.006l-.034-.006c.011,0,.018-.03.029-.014-.021-.053-.091-.032-.075-.074l.005,0c-.058-.052-.035.019-.1-.011a.611.611,0,0,1,.062-.078l-.036.009c0-.008-.006-.024.009-.026-.034-.019-.014.011-.042,0,.017-.047-.044-.105.016-.122-.03-.011-.018.04-.042,0,.062-.015-.014-.049.018-.085.031.013.012.043.044.012-.054-.026.019-.063.016-.09-.043-.013,0-.066.007-.115.01.008.065-.069.107-.087l0,.006c-.028-.036.01-.064.032-.089a.055.055,0,0,1,.01.053l.022-.016a.038.038,0,0,1,.015-.04l.01.032c.028-.019.049-.064.109-.053,0-.031-.06-.077,0-.109.005.016.012.044,0,.054.005,0,.017-.017.029-.012l-.02.032c.029.008.01-.026.032-.027,0,.023.019.014.019.033,0,0-.02-.006-.027,0a.1.1,0,0,1,.069.026c0-.013-.005-.032.012-.038.046-.01.021.026.05.033.008-.018.041-.006.035-.042.013,0,.019.014.026.022.021-.019.11-.025.076-.057h-.006l0,0c.07-.051.164-.012.238-.043l0,.012c.043-.023.1-.031.126-.063.013,0,.036.014.034.029.033-.017.034-.031.088-.023-.03.028.016.015-.032.023.047,0,.062.017.1-.027-.009.034.043.029.062.015l-.037-.013a.231.231,0,0,1,.066-.016l0,.043c.105.023.146-.122.237-.063.017-.034-.055-.005-.042-.043.043-.006.1.037.116.033.064.005.038-.072.1-.074a.044.044,0,0,1,.011-.073c.043-.006.069.043.045.062s-.016,0-.017,0-.028.019-.007.03l0-.015c.025.009.082-.011.075.016.028-.023.007-.027-.019-.027.06,0,.084-.026.144-.029-.011,0-.024-.019-.015-.021.086-.008.027-.037.08-.06.038.011.005.054.055.018.038,0,.019.034.009.05.041-.043.1-.015.13-.019l-.023.02a.106.106,0,0,1,.04-.02l-.024-.022c.017,0,.03,0,.034.006.01-.023-.028-.041,0-.076.025.007.057-.036.077,0-.069.01.02.034-.033.058a.059.059,0,0,1,.039-.013s0,.008,0,.012c.074.011.014-.051.078-.073,0,.023.029.033.038.025-.026.009-.024-.03-.006-.054.047,0,.04-.028.062-.034l-.027,0c0-.023.022-.028.048-.045.008.015-.022.02-.009.023.018-.047.086.011.12-.03.026.006.017.037.038.039.039-.045.064.006.107-.036-.026-.021-.026-.013,0-.054l-.077.053.039-.061c-.026.01-.047.038-.064.04.017-.032.017-.024,0-.042.051.027.059-.051.11-.04l.026.067c.073.006.094-.077.178-.094h-.03c0-.031.047-.024.067-.046.007.023.026.024.043.034-.009-.016.058-.023.045-.07l.048.014c.068-.017.043-.095.105-.115-.007.032.028.035,0,.07.02-.009.04-.013.033-.028.018.008.042-.055.07-.043,0-.013,0-.037.019-.046a.016.016,0,0,1,0,.011c0-.011.028-.031,0-.046.093.039.166-.088.247-.056.04-.028.087-.062.124-.084,0,.008.006.011,0,.012.063-.008,0-.078.072-.087.049.017-.022.035,0,.038.045.065.068-.047.13-.029l-.008.01c.044.006.06-.068.113-.091a.016.016,0,0,0,.006.011.342.342,0,0,1,.114-.139c0,.035-.013.027.011.049.019-.017-.032-.04.006-.073.022.006.06,0,.081.027l-.039.026c.043.025.051-.032.076-.038l.007.018c.058-.042.034-.084.1-.12l-.014-.008c.011-.062.043,0,.06-.048l.036.034a.8.8,0,0,1,.094-.125.408.408,0,0,1-.063.129c.024-.015.077-.053.076-.081-.006.01-.012.028-.026.027a.157.157,0,0,1,.081-.115c.039.082.125-.038.172.032.065-.045.131.009.195.04.01-.076.021.01.056-.053.021.009.028.015.026.02a.31.31,0,0,1,.019.077c-.006.025-.025,0-.035.011.025.034-.011.034-.008.065.017-.022.038-.013.043.013l.009-.048c.066.03-.019.074.038.107l-.029-.006c.027.02.04.094.1.116-.008.007-.028.016-.034,0,.006.063.059.169,0,.209l-.014-.013c0,.013.02.036,0,.042-.006,0-.013-.014-.017-.009s0,.045-.015.054l-.006-.025c-.056.038-.038.107-.1.166-.029-.045-.1-.02-.137-.007l0-.007c-.1.054-.135.137-.212.207-.084-.017-.2.089-.3.109.019,0,.018.037.005.051s-.04.065-.06.02l.008,0c-.039-.033-.075,0-.11.019l.025.06c-.133-.036-.217.155-.3.1-.015.025-.042.038-.056.063l-.014-.031a.683.683,0,0,0-.167.077l0-.03c-.043.018-.011.115-.049.135l-.034-.041c-.074.034-.167.03-.222.1,0-.007-.006-.022.006-.029-.036.015-.15.027-.109.086-.019-.042-.079.03-.112.066l-.006-.034c-.018.054-.015.065-.059.1-.013,0-.02-.021,0-.019-.045,0-.018.042-.071.043l.009-.026c-.041.013-.033.022-.045.055a.071.071,0,0,1-.095,0c0,.019-.011.051-.038.051a.02.02,0,0,1,0-.024c-.075,0-.085.073-.143.059a.027.027,0,0,0-.015-.016.483.483,0,0,1,.093-.029c-.011-.029-.055-.019-.037-.072-.026.035-.066.1-.113.106a.033.033,0,0,1-.009-.008l0,0a.033.033,0,0,0-.025.015.111.111,0,0,0-.037,0c-.014-.023-.054,0-.076.01.013.032-.017.036.019.054,0,0,0-.005.017-.012s.006,0,.008-.006v0l.052-.021c-.011.022-.024.043-.054.032,0,.025-.01.05-.012.062-.045-.035-.11-.04-.127-.065-.059.041-.15.064-.173.137-.016.014-.027-.011-.037-.018.009-.01.022-.013.026-.024-.033.028-.109.041-.105.087-.054,0,.015-.047-.048-.02l0-.016c-.148-.03-.178.171-.347.123.012,0,.017,0,.021.011-.174,0-.331.125-.509.1-.049,0-.048.027-.072.056l-.018-.034-.04.051c-.063.044-.137-.064-.214.011l.016.022c-.032,0-.1.033-.1,0,0,0-.006.027-.02.017l0-.019-.072.046c-.062,0,0-.077-.092-.065-.031.013-.084.071-.07.082a.038.038,0,0,1,.04.025l-.028.015c0,.057-.011.118.071.144l.046-.043.021.024-.043.009c.029.021.041,0,.056-.022a.05.05,0,0,0,.027.026l.041-.063c.01.021-.015.047.021.054.019-.029-.032-.045,0-.068.029.021.026.043.051.016a.024.024,0,0,1-.008.032c.023-.021.067-.02.075-.053.032.026.086-.025.093.028a.138.138,0,0,1,.061-.058c-.03.072.09-.014.092.056.02-.062.111-.051.16-.095,0,0-.006.015-.012.014.033,0,.046.012.069.018-.007-.047.04-.069.06-.1.049.036-.011.06.012.1-.011-.037.059-.054.038-.082.036.02.029.007.054.041-.009-.059.025-.017.041-.059.05.017.025.051.068.022.027.012-.01.043-.01.043m1.075-.44h0l-.021.01.021-.011m.091-.034-.04.013c-.007-.01-.008-.022,0-.025s.021.008.039.012m-.271-.153c.013-.009.019,0,.024,0l-.024.013v0a.055.055,0,0,1,0-.018" transform="translate(-71.64 -53.753)" fill="%23040504"/><path d="M-65.165,246.2l.006,0c.013-.012,0-.006-.006,0" transform="translate(-75.373 -55.549)" fill="%23040504"/><path d="M-67.039,247a.144.144,0,0,1,.021-.023c-.015,0-.026,0-.021.023" transform="translate(-74.258 -56.019)" fill="%23040504"/><path d="M-63.119,245.247h0l0,0Z" transform="translate(-76.589 -54.988)" fill="%23040504"/><path d="M-66.948,246.955a.045.045,0,0,0-.037.01.063.063,0,0,0,.037-.01" transform="translate(-74.29 -56.004)" fill="%23040504"/><path d="M-67.959,247.173l-.028-.013,0,.03Z" transform="translate(-73.693 -56.126)" fill="%23040504"/><path d="M-62.265,245.593l-.024-.031c-.012.014,0,.054.024.031" transform="translate(-77.08 -55.176)" fill="%23040504"/><path d="M-58.121,237.039a5.9,5.9,0,0,1,3.938-4.132,11.424,11.424,0,0,1,3.421-.132,15.712,15.712,0,0,1,3.358.619,13.322,13.322,0,0,1,1.539.565,4.96,4.96,0,0,1,1.43.753c.716.73-1.051,1.953-1.585,2.282a11.169,11.169,0,0,1-5.789,1.631,11.184,11.184,0,0,1-3.355-.49c-.913-.28-2.367-.712-2.637-1.765a.507.507,0,0,0-.977.269,3.568,3.568,0,0,0,2.435,2.15,11.932,11.932,0,0,0,3.569.815,12.254,12.254,0,0,0,7.06-1.61,4.784,4.784,0,0,0,2.392-2.531c.392-1.369-1.01-1.923-2.031-2.379a16.164,16.164,0,0,0-8.083-1.316,5.926,5.926,0,0,0-3.666,1.65,8.544,8.544,0,0,0-2,3.351c-.212.618.767.884.977.27" transform="translate(-78.962 -46.928)" fill="%23040504"/><path d="M-41.647,231.828l-.066,0a.61.61,0,0,0,.066,0" transform="translate(-89.316 -47.008)" fill="%23040504"/><path d="M-26.318,234.854c-.045-.018-.065-.022-.069-.02.043.015.077.027.069.02" transform="translate(-98.429 -48.797)" fill="%23040504"/><path d="M-23.889,236.026l-.057-.029a.223.223,0,0,0,.057.029" transform="translate(-99.88 -49.489)" fill="%23040504"/><path d="M-41.549,231.833l.17.012c.012-.013-.087-.012-.17-.012" transform="translate(-89.414 -47.013)" fill="%23040504"/><path d="M-26.7,247.176a.164.164,0,0,0,.048-.01s-.014,0-.048.01" transform="translate(-98.244 -56.129)" fill="%23040504"/><path d="M-30.764,249.13a.675.675,0,0,0-.117.041l.019,0a.339.339,0,0,1,.1-.038" transform="translate(-95.757 -57.297)" fill="%23040504"/><path d="M-34.95,250.377h.035l.057-.014Z" transform="translate(-93.338 -58.031)" fill="%23040504"/><path d="M-41.8,234.521a.361.361,0,0,1-.084-.032c.028.025-.242.031.084.032" transform="translate(-89.167 -48.592)" fill="%23040504"/><path d="M-30.951,249.818c-.094.032-.187.069-.283.1.081-.021.183-.06.283-.1" transform="translate(-95.547 -57.706)" fill="%23040504"/><path d="M-32.017,246.844l.061-.027a.344.344,0,0,0-.061.027" transform="translate(-95.081 -55.922)" fill="%23040504"/><path d="M-33.62,250.7a1.179,1.179,0,0,0-.169.017.176.176,0,0,0-.032.017Z" transform="translate(-94.009 -58.231)" fill="%23040504"/><path d="M-41.772,234.488h0Z" transform="translate(-89.281 -48.592)" fill="%23040504"/><path d="M-54.1,232.949c.268-.051.118-.067.171-.1.323-.066.156.009.269.014a4.583,4.583,0,0,1,.508-.1c.012.006.042.007.008.019.215-.054.647-.033.9-.073a.091.091,0,0,1,.033.011c-.041-.023-.047-.046-.039-.062.125,0,.234-.024.28.006a.278.278,0,0,0-.12.018l.132-.01c.117.045-.18.011-.18.042a5.615,5.615,0,0,1,.752-.007c.039.042-.459-.01-.2.04l-.3-.028c.229.073-.184-.011.026.066.4.028.446,0,.843.037.092-.017-.027-.036.064-.052.569,0,.433.14.851.133a.769.769,0,0,1,.448.009l-.107.031c.38.064.229-.034.622.068-.074,0-.3-.038-.245-.023.251.081.187.007.385.044l.033.049c.4.074.851.15,1.29.272-.028,0-.106,0-.008.037a8.427,8.427,0,0,1,1.655.632l.213.051c.046.019.079.05.027.036.2.1.019-.017.121.01.115.045.141.082.066.062a3.811,3.811,0,0,1,.667.279c.235.127.429.314.418.475a.306.306,0,0,0-.028-.054.881.881,0,0,1,.03.259.408.408,0,0,1-.1.266l.022-.048a4.011,4.011,0,0,1-1.4,1.271c-.049.1-.577.33-.582.41-.357.153-.263.094-.761.307-.133.056-.177.133-.341.207l-.018-.033-.21.129-.137,0-.154.068c.063-.021.139-.034.133-.021a1.934,1.934,0,0,1-.626.166c-.194.071-.391.136-.589.2a.844.844,0,0,1,.186-.079c-.311.119-.066-.019-.354.084.042,0-.016.027-.021.036-.152.013-.489.083-.74.13l.044-.033a12.278,12.278,0,0,1-1.475.155c.185.006.145.054-.007.062l-.062-.039c-.1.027.159.011-.042.046-.194,0-.131-.042-.02-.058l-.235.017c-.014-.012.041-.018.056-.033-.1.025-.4-.042-.543-.008l-.013-.012c-.514-.028-.748-.04-1.164-.1-.013.032-.174,0-.3,0-.3-.065-.633-.165-.993-.262-.257-.055-.081.007-.2-.006-.009-.034-.37-.142-.176-.106-.432-.132-.553-.159-1.083-.348.051.036.113.066.075.063-.1-.032-.208-.106-.188-.113l.026.008a2.265,2.265,0,0,1-.838-.548,1.984,1.984,0,0,1-.282-.372c-.071-.133-.107-.234-.168-.367l.015.033a.587.587,0,0,0-.489-.413c-.147-.021-.1-.015-.048-.024s.126,0,.011-.025a.714.714,0,0,0-.716.47.635.635,0,0,0,0,.388,1.594,1.594,0,0,0,.13.328,1.66,1.66,0,0,0,.472.759,6.657,6.657,0,0,0,.77.614l-.014-.034c.124.047.13.093.213.142,0-.02-.115-.086-.038-.056a12.888,12.888,0,0,0,3.175,1.146c.4.076.247-.065.75.057l-.15.02a12.971,12.971,0,0,0,2.5.057.4.4,0,0,1-.127.028,1.883,1.883,0,0,0,.631-.071c.126-.009.031.019.11.024.173,0,.422-.091.517-.076.016,0-.046.017-.077.023.109-.029.514-.082.4-.1.3-.039.566-.126.805-.168.145-.069.506-.118.54-.183,0,.062.523-.114.692-.209-.055.038.163-.042.1.006.207-.074.388-.164.342-.175.4-.088.718-.377.957-.405a11.921,11.921,0,0,0,1.528-1.023c.02.063-.523.385-.473.413a9.508,9.508,0,0,0,1.083-.945c.107-.1-.041.075-.069.116a3.433,3.433,0,0,0,.866-1.335.3.3,0,0,1-.025.106c.04-.092.084-.219.059-.214l-.024.095c-.043.07-.028-.032-.007-.15a1.6,1.6,0,0,0,.02-.272c.019.088.051-.032.059-.147s.015-.219.066-.079c0-.069-.029-.155-.042-.137-.006-.1,0-.137.03-.034a1.393,1.393,0,0,0-.223-.534c.011-.006.052.049.077.076a3.321,3.321,0,0,0-.407-.463c.017.006,0-.023.06.034a4.883,4.883,0,0,0-1.11-.665c.156.016-.147-.088-.152-.14l-.251-.1.089.064c-.213-.1-.417-.148-.6-.241l.168.051c-.137-.054-.271-.113-.41-.162.076.034.15.072.224.111-.228-.07,0,.059-.283-.066.061.018-.218-.086-.323-.155h0a2.034,2.034,0,0,1-.392-.118c-.038-.029.05-.036.026-.054-.119-.006-.528-.159-.678-.163.049,0,.059-.018.045-.027l-.1,0c-.1-.039-.116-.048-.094-.062-.314-.094.084.084-.283-.045a.709.709,0,0,1,.08.01c-.374-.114-.736-.163-1.084-.25-.094-.067.309.055.2-.009-.509-.1-1.063-.144-1.559-.208l.092.016c-.076.056-.366-.077-.622-.064.062,0,.084-.029.066-.023a8.436,8.436,0,0,0-1.22-.021l.064-.016c-.2-.021-.532-.005-.751-.007-.064.02-.189.024-.112.044a8.355,8.355,0,0,0-1.87.211c.07-.017.163-.053.108-.04-.165.043-.329.093-.49.15.047.015.069-.006.178-.014a2.195,2.195,0,0,1-.309.129c.211-.089-.017-.044-.115-.023.019,0-.01.023,0,.028-.268.047-.022.066-.369.174l.011-.022c-.12.063-.225.133-.355.2-.069,0,.121-.08.117-.108-.184.1-.329.244-.5.317.068-.056.177-.119.248-.17a1.3,1.3,0,0,0-.341.167l.013-.007c-.1.057-.2.124-.3.187l.079-.044c-.157.22-.41.333-.621.617.209-.269.019-.06.013-.1-.073.052-.174.144-.155.109-.094.138-.21.184-.328.39-.016,0-.115.134-.114.087-.125.175.047-.028.049,0a6.483,6.483,0,0,0-.705,1.032c-.182.367-.178.454-.323.8-.07.107,0-.113,0-.113a2.566,2.566,0,0,0-.224.506c0-.041-.018-.006-.053.044-.056.146,0,.112-.088.3a.734.734,0,0,1,.011-.163,5.569,5.569,0,0,0-.142.546c-.034.052,0-.135.011-.2a.686.686,0,0,0-.036.4.347.347,0,0,0,.172.228.465.465,0,0,1-.083-.122c.048.067,0,.057-.039,0a.3.3,0,0,1-.053-.223c.006-.051.024-.073.032-.077a.577.577,0,0,0,0,.145,7.029,7.029,0,0,1,.225-.791l0,.124.065-.274c.036-.049.077-.075.032.051.1-.168.05-.166.144-.306.012-.015.011-.007.005.01l.066-.178c-.006.038.045-.013-.01.089a5.556,5.556,0,0,1,.307-.6l-.011.026c.219-.417-.011-.058.131-.386l.206-.151-.006-.059c.029-.039.085-.117.088-.094.081-.164-.031.016.009-.084.159-.173.381-.523.463-.523.033-.082-.161.157-.015-.047.094-.012.184-.224.356-.355-.023.071-.175.2-.006.071.049-.133.308-.276.437-.4-.021-.039.291-.26.541-.428-.013.015.5-.272.765-.358l0,.01a1.548,1.548,0,0,1,.5-.238c0,.028-.033.047-.135.1.061-.023.124-.044.186-.063a.773.773,0,0,1,.218-.094l-.039.045a3.936,3.936,0,0,1,.84-.2c.015-.034-.282-.044.073-.12.016.015.032.041-.059.062a.724.724,0,0,1,.169-.031l-.139.047c.154-.01.077-.034.2-.047,0,.024.093.006.077.027a1.057,1.057,0,0,0-.154.018,1.5,1.5,0,0,1,.365,0c-.013-.013,0-.032.1-.044.263-.024.092.021.246.02.063-.02.232-.011.234-.047a.252.252,0,0,1,.122.02c.135-.028.637-.017.483-.056l-.035,0,.022,0h0a9.961,9.961,0,0,1,1.375.05l0,.012c.266,0,.589.047.781.045.078.008.181.045.146.055a2.8,2.8,0,0,1,.513.075c-.2-.012.066.028-.209-.017a3.507,3.507,0,0,0,.6.1c-.1.011.187.074.311.094l-.176-.06c.139.025.258.054.38.082l-.075.025a8.666,8.666,0,0,1,1.332.353c.144.016-.273-.107-.142-.1a5.576,5.576,0,0,1,.536.239c.311.134.319.045.645.189-.037-.03-.064-.082.19,0,.229.1.258.175.11.123-.055-.022-.08-.038-.076-.041-.077-.024-.177-.056-.091-.006l.035,0c.109.059.422.193.339.183.178.06.083.01-.041-.051.283.142.459.2.748.348-.044-.029-.08-.064-.033-.043a4.7,4.7,0,0,0,.493.21c.148.111-.081.011.2.161.153.122.014.054-.057.023a1.525,1.525,0,0,1,.517.448.907.907,0,0,0-.109-.095.941.941,0,0,1,.159.161l-.031-.081c.053.067.1.122.084.13.062.062,0-.085.12.048.031.05.06.132.1.2a.308.308,0,0,1,.026.164c-.088-.341-.011.041-.126-.226a.5.5,0,0,1,.069.192c0,.013-.011-.009-.019-.029.033.157.025.2.051.232s.04.079.028.255c-.014-.047-.054.075-.064.131.03-.138.05-.062.038.074-.081.221-.065.25-.116.364.021-.043.044-.085.062-.129a.978.978,0,0,1-.114.318c-.021,0,.06-.141.026-.091a2.73,2.73,0,0,1-.371.569c-.087.085-.039-.016-.112.06-.168.237-.226.216-.432.44.084-.039.092-.054-.05.113a4.779,4.779,0,0,0,.349-.366c-.063.088-.129.176-.2.259.113-.1.217-.24.28-.306-.086.131-.081.115-.014.077-.174.123-.275.318-.484.452l-.041-.06a9.474,9.474,0,0,1-.9.665l.137-.071a2.6,2.6,0,0,1-.377.247c0-.028-.088.012-.153.031.016.011-.3.17-.322.229l-.2.069c-.352.155-.366.257-.714.391.093-.067-.069-.018.153-.13-.114.047-.219.086-.214.1a4.148,4.148,0,0,1-.423.174.5.5,0,0,1-.184.1c-.016,0,0-.011,0-.011s-.2.084-.078.071c-.382.06-1.027.31-1.368.314-.262.066-.583.128-.826.165.015-.009,0-.012.045-.015-.339.019-.2.1-.585.114-.2-.02.2-.04.078-.043-.061-.073-.463.056-.725.019l.062-.009c-.2-.014-.482.049-.806.039,0,0,.016-.007,0-.012a5.123,5.123,0,0,1-.956.014c.1-.022.143,0,.086-.041-.14-.008.036.056-.243.036a1.086,1.086,0,0,1-.309-.1l.261.03a2.525,2.525,0,0,0-.474-.068l.02-.016a7.458,7.458,0,0,1-.837-.1l.041.024c-.243,0-.189-.069-.427-.091l-.057-.064a7.535,7.535,0,0,1-.81-.184c.162.018.48.1.682.13-.15-.038-.5-.146-.588-.149a1.131,1.131,0,0,1,.2.054,2.975,2.975,0,0,1-.726-.2c.084-.061-.741-.324-.9-.5a3.014,3.014,0,0,1-1.262-1.054c.06.22-.1-.145-.14-.079a.71.71,0,0,1-.1-.19,1.855,1.855,0,0,1-.092-.417c.005-.089.036.109.058.1-.038-.144-.019-.152-.011-.17s.013-.021.043-.076c-.032.022-.028-.09.086-.162a.364.364,0,0,0-.138.118.269.269,0,0,1,.232-.192.742.742,0,0,1,.3.018.322.322,0,0,0-.1,0,.274.274,0,0,1,.243.22,1.157,1.157,0,0,0,.305.521c.019.042.039.1-.032.014a3.588,3.588,0,0,0,1.467.962h-.047a1.691,1.691,0,0,1,.305.1c-.009,0-.047,0,0,.02a3.4,3.4,0,0,1,.409.115l-.121-.018a7.072,7.072,0,0,0,1.284.3c-.014.053.412.163.628.2l-.009.006a8.4,8.4,0,0,0,1.7.09,9.091,9.091,0,0,0,1.861-.061c-.092,0,.009-.043.113-.065.141-.009.376-.1.363-.05l-.049.008a1.978,1.978,0,0,0,.616-.092l.021-.071a11.473,11.473,0,0,0,1.786-.543c.125-.07.285-.145.406-.219l.008.034a7.348,7.348,0,0,0,.954-.512l-.073.072c.24-.138.247-.267.453-.412l.092,0a3.91,3.91,0,0,0,1.076-.984c0,.011,0,.032-.044.1a1.876,1.876,0,0,0,.3-.462c.086-.188.075-.375.038-.323a.412.412,0,0,0-.049-.339,1.027,1.027,0,0,0-.384-.358l.054,0c-.215-.094-.225-.086-.506-.214-.064-.035-.046-.052.038,0-.212-.119-.184-.052-.445-.181l.108.022a1.082,1.082,0,0,0-.347-.107,1.616,1.616,0,0,1-.447-.233.842.842,0,0,1-.305-.083c-.014-.018.038-.006.064,0-.379-.169-.59-.172-.85-.29,0-.013-.018-.023-.04-.034.313.1.562.19.537.184.011-.03-.239-.122-.025-.093-.21-.049-.572-.112-.817-.2a.161.161,0,0,1-.03-.02l.027,0a1.037,1.037,0,0,0-.159-.039c-.078-.028-.129-.044-.2-.065a1.952,1.952,0,0,0-.421-.119c0,.036-.165-.009-.013.056-.02-.007.026,0,.111.02l.056.01h-.01l.319.078a1.233,1.233,0,0,1-.352-.075l-.192.012c-.165-.087-.5-.18-.545-.217a5.752,5.752,0,0,0-1.2-.1.329.329,0,0,1-.17-.047c.066,0,.144.01.181,0a3.512,3.512,0,0,0-.735-.014c-.286-.04.165-.031-.231-.05l.054-.01a16.526,16.526,0,0,0-2.135.022.323.323,0,0,1,.1.006,5.317,5.317,0,0,0-1.488.275,6.051,6.051,0,0,0-1.343.689,1.288,1.288,0,0,0-.343.337l-.069.014c-.062.077-.124.152-.178.234a4.485,4.485,0,0,0-.785.948l.058-.043c-.113.15-.293.513-.3.471a.283.283,0,0,1-.052.124l-.02,0c-.061.141-.122.281-.174.425-.159.317-.054-.086-.258.393-.068.182-.139.536-.1.471s.079-.182.1-.181l-.051.168c.042.049.052.191.234-.193.021-.1.052-.191.078-.287l.062-.077-.093.23a.883.883,0,0,0,.115-.31.3.3,0,0,0,.08-.1c.025-.094.045-.192.076-.285.036-.021-.02.135.08-.032.04-.132-.1.093-.015-.114.089-.113.085-.067.15-.221.024-.013.015.022-.013.081.058-.136.189-.339.208-.417.1-.109.277-.413.312-.369a1.745,1.745,0,0,1,.211-.334c-.116.224.339-.372.349-.272a3.343,3.343,0,0,1,.714-.657.258.258,0,0,1-.061.055,1.463,1.463,0,0,1,.31-.158c-.007-.057.234-.2.364-.287.218-.054-.1.109-.017.119-.03-.038.333-.187.254-.185.168-.032.141-.04.235-.03.01-.064.147-.051.272-.125.245-.03.073.037.333-.035.129,0-.1.06-.1.06m6.43.383h0l-.13-.036.13.035m.523.163-.226-.075c-.015-.017.009-.023.061-.005-.031,0,.09.044.165.08m-1.057-.553a.272.272,0,0,1,.124.04l-.15-.033-.011,0a.09.09,0,0,1,.038-.008" transform="translate(-78.844 -46.815)" fill="%23040504"/><path d="M-32.351,235.064l-.036-.006.049.02.033,0-.046-.01" transform="translate(-94.861 -48.931)" fill="%23040504"/><path d="M-41.761,231.816h.012a.11.11,0,0,1-.025,0l.013,0" transform="translate(-89.28 -47.001)" fill="%23040504"/><path d="M-30.637,246.279l0,.008.041-.025Z" transform="translate(-95.902 -55.592)" fill="%23040504"/><path d="M-27.416,234.061l.149.041c-.079-.033-.14-.058-.149-.041" transform="translate(-97.817 -48.334)" fill="%23040504"/><path d="M-30.5,249.79h0l-.032.012Z" transform="translate(-95.962 -57.69)" fill="%23040504"/><path d="M-26.839,234.25a1.422,1.422,0,0,0-.208-.081c.064.027.14.06.208.081" transform="translate(-98.036 -48.402)" fill="%23040504"/><path d="M-35.95,232.267l-.022.028c.139.016,0-.012.022-.028" transform="translate(-92.73 -47.271)" fill="%23040504"/><path d="M-32.605,232.457l-.131-.048-.07.014Z" transform="translate(-94.612 -47.356)" fill="%23040504"/><path d="M-30.484,233.573l-.06-.012.227.052Z" transform="translate(-95.957 -48.04)" fill="%23040504"/><path d="M-34.179,250.117l.05.027c.09-.029.1-.076-.05-.027" transform="translate(-93.796 -57.872)" fill="%23040504"/><path d="M-33.967,248.153l-.106.041.2-.064Z" transform="translate(-93.859 -56.703)" fill="%23040504"/><path d="M-71.754,241.525a3.67,3.67,0,0,0,1.076-2.386,25.989,25.989,0,0,0,.47-2.934.51.51,0,0,0-.507-.507.518.518,0,0,0-.507.507,23.649,23.649,0,0,1-.394,2.482c-.087.409-.184.817-.294,1.221a1.3,1.3,0,0,1-.356.741.521.521,0,0,0-.182.694.511.511,0,0,0,.693.182" transform="translate(-71.002 -49.312)" fill="%23040504"/><path d="M-71.171,247.052l-.009.01a.025.025,0,0,0,.009-.01" transform="translate(-71.796 -56.062)" fill="%23040504"/><path d="M-70.375,244.228c0,.009,0,.014.005.015s0-.016-.005-.015" transform="translate(-72.274 -54.383)" fill="%23040504"/><path d="M-70.16,243.767l-.006.011s.008-.008.006-.011" transform="translate(-72.399 -54.109)" fill="%23040504"/><path d="M-71.158,247.011l.023-.026c-.012-.006-.015.013-.023.026" transform="translate(-71.809 -56.021)" fill="%23040504"/><path d="M-69.841,242.9v0c0,.01,0,0,0,0" transform="translate(-72.592 -53.592)" fill="%23040504"/><path d="M-69.519,240.815a.044.044,0,0,0-.016.006.025.025,0,0,0,.016-.006" transform="translate(-72.774 -52.354)" fill="%23040504"/><path d="M-69.9,242.316l.008-.015a.04.04,0,0,0-.008.015" transform="translate(-72.558 -53.237)" fill="%23040504"/><path d="M-69.48,239.958c0-.008.009-.01.006-.022l0,0s.005.011,0,.019" transform="translate(-72.807 -51.831)" fill="%23040504"/><path d="M-69.366,239.152l-.008.005v.011Z" transform="translate(-72.87 -51.365)" fill="%23040504"/><path d="M-68.366,247.123a.1.1,0,0,1-.034.006c.025,0,.017.054.034-.006" transform="translate(-73.449 -56.104)" fill="%23040504"/><path d="M-70.132,239.777l.013-.053a.256.256,0,0,0-.013.053" transform="translate(-72.419 -51.705)" fill="%23040504"/><path d="M-67.046,241.154l0,.013a.013.013,0,0,0,0-.013" transform="translate(-74.254 -52.555)" fill="%23040504"/><path d="M-70.052,239.281a.077.077,0,0,0,.028-.027.028.028,0,0,0-.008-.007Z" transform="translate(-72.467 -51.421)" fill="%23040504"/><path d="M-68.4,247.139h0Z" transform="translate(-73.449 -56.114)" fill="%23040504"/><path d="M-71.052,240.474c.023-.05-.03-.041-.049-.061.011-.064.041-.015.071-.027,0-.043-.024-.086-.012-.113.008,0,.012,0,.019.005-.019-.051.039-.12.012-.18a.026.026,0,0,1,.013,0,.147.147,0,0,1-.061-.011c.007-.023-.014-.05.017-.05,0,.013.006.018.013.028l-.005-.028c.047-.009,0,.036.034.046,0-.051-.017-.114,0-.146.042,0-.011.087.039.049l-.032.051c.075-.024-.014.032.064.014.032-.07,0-.088.036-.158-.018-.023-.034,0-.052-.026-.013-.113.122-.056.088-.146-.022-.026-.071-.046-.031-.094l.041.029c.021-.07-.055-.056-.008-.122.015.017,0,.059.011.049.047-.04-.018-.04-.01-.077l.042,0c.011-.077,0-.166.009-.25.011.007.021.024.037.007a.792.792,0,0,1,.1-.316l-.027-.046c0-.009.019-.013.024,0,.022-.036-.021-.007-.031-.029s.027-.026.034-.009a.4.4,0,0,1,.031-.277l.008.017c.026-.054-.059-.079-.015-.126l0,.012c.041-.121.035-.264.105-.35-.047-.028.045-.119-.024-.14.047-.065.056-.042.1-.139.008-.026-.037-.047-.039-.082l.037.006-.031-.052.048-.016,0-.033c0,.012-.021.024-.031.02-.009-.051.045-.114.064-.112l-.013-.12c.015,0,.017.025.024.042-.028-.067.041,0,.015-.067-.01.006-.021-.007-.029-.01a.2.2,0,0,0,.035-.137l.024.013c.019-.085.015-.182.029-.278a.032.032,0,0,1-.06-.011l.041-.006c-.021-.021-.019.028-.043-.014.009-.035.048-.018.058,0l-.007-.046c.012,0,.017.01.031.015-.022-.021.05-.07.011-.1h.012c.013-.1.006-.141.014-.22-.034-.006-.022-.036-.047-.062a.792.792,0,0,0,.058-.186c-.011-.051-.027-.018-.045-.042.031,0,.036-.07.054-.031a.888.888,0,0,0-.007-.216c-.014.01-.021.022-.031.015s.018-.042.032-.038l0,.005c-.019-.064.019-.117.033-.217a.23.23,0,0,0-.065-.225l.006,0a.614.614,0,0,0-.1-.082c-.032-.045.04.011.027-.034-.126-.06-.154-.146-.27-.163-.02-.058-.1-.086-.185-.088a2.071,2.071,0,0,1-.234.006l.012.019c-.024.028-.04,0-.064,0,.009.015.039.007.024.025a.829.829,0,0,0-.5.582c-.015.081.106.056.045.145l-.037-.03c.032.154-.036.3-.014.453-.008-.01-.02-.011-.018-.026-.033.027-.016.113.007.117-.006.022-.022,0-.036.015-.021.028.026.082,0,.095-.005,0-.009-.01-.01-.016.011.022-.017.093.019.078-.024.052,0,.107-.026.147.033.034-.032.09.019.107-.054-.012-.058.089-.038.127-.015-.014-.022.027-.043.01,0,.039,0,.077.028.075-.077.061.029.154-.061.18a2.38,2.38,0,0,1,0,.339c-.053-.013.016-.116-.042-.122,0,.1.041.169.009.264-.012.024-.021-.019-.028-.029,0,.1-.042.19-.03.283,0,0-.009-.012-.011-.021,0,.018-.016.039.009.042l0-.018c.041-.021.06.084.078.09-.064-.043-.035.084-.114.019a.033.033,0,0,0,.028.03c-.008.016-.019.019-.034,0,0,.064.031.048.019.1-.012,0-.014-.015-.027-.023a.113.113,0,0,1,.013.111c-.006,0-.017,0-.014-.015-.016.081.028.151-.015.235-.045-.038-.024.026-.069.021l0,.051.026-.014c-.011.042.013.086-.011.119l-.011-.035-.011.08.028-.041c.013.048.057.009.031.061,0-.012-.011.042-.042.058a.077.077,0,0,1,0,.077c-.016,0-.047-.018-.058-.015.032.03-.013.1.02.136a.047.047,0,0,0-.036-.015l.026.024c-.014.017-.019.019-.037.011-.019.057.06,0,.019.059,0-.006-.006,0-.008-.017-.029.066-.013.139-.043.2-.049.007,0-.058-.04-.047a1.428,1.428,0,0,1-.026.291l.009-.015c.059.029-.048.058-.031.111,0-.012-.031-.024-.025-.019a.82.82,0,0,0-.027.22l-.012-.016c-.025.03-.04.085-.062.116.01.017,0,.035.026.033-.127.056-.075.224-.21.229.011-.009.012-.028.006-.023s-.049.048-.068.075c.025.016.021,0,.051.007a.094.094,0,0,1-.028.064c.019-.043-.032-.033-.057-.028.009,0,.011.015.018.02-.073,0,.036.043-.033.074l-.01-.012c-.009.026-.006.056-.023.077-.034-.006,0-.032-.021-.047-.021.038.017.1-.026.116,0-.019.008-.041.007-.06-.051.02-.046.03-.061.057l0,0a.5.5,0,0,0-.037.066l.015-.016c.069.068-.005.111.055.179-.056-.062-.031-.01-.068-.012-.01.019-.018.05-.029.043.034.031-.013.067.043.105-.011.006.013.036-.018.039.026.041.015-.018.031-.019.057.044.033.181.152.216.08.039.116.012.185.027.013.028-.037.029-.037.029a.111.111,0,0,0,.1.043c-.011.007-.006.018,0,.035.032.006.032-.036.067-.01a.13.13,0,0,1-.041.039.575.575,0,0,0,.12-.026c.01.021-.026.031-.041.042.047,0,.121-.016.129-.051l-.028-.009c.015,0,.011.028,0,.034a.033.033,0,0,1-.056-.022l.027-.007c-.024-.069-.1.005-.159-.016l.034-.044a.416.416,0,0,1-.062.026c-.006-.016,0-.045.022-.045-.024-.034-.036.006-.052-.031,0-.005,0-.007,0-.007l-.036,0c.011-.006.012-.034.026-.018-.035-.051-.1-.018-.095-.063h.006c-.072-.041-.03.025-.108.01a.654.654,0,0,1,.043-.092l-.034.017c0-.008-.011-.024,0-.029-.039-.012-.011.013-.041.011.007-.051-.066-.1-.011-.129-.031-.006-.011.045-.041.007.058-.028-.024-.047,0-.091.032.009.022.042.045,0-.057-.017.009-.068,0-.094-.044-.007-.01-.067,0-.119.012.007.062-.078.105-.1l0,.006c-.03-.034.008-.068.029-.1a.055.055,0,0,1,.015.054l.022-.022a.047.047,0,0,1,.012-.046l.015.031c.026-.023.06-.092.12-.127-.022-.022-.1-.021-.07-.084.015.009.039.025.032.044,0-.006,0-.025.016-.03l0,.039c.029-.016-.007-.027.009-.044.019.015.024,0,.037.01,0,.007-.02.012-.019.025a.137.137,0,0,1,.073-.04.028.028,0,0,1-.019-.036c.026-.046.034,0,.06-.022-.008-.019.023-.042-.009-.059.006-.013.023-.009.034-.01,0-.031.044-.118,0-.1l0,.005v0c0-.091.075-.161.082-.246l.012,0c0-.051.02-.108,0-.148,0-.014.03-.028.042-.017,0-.039-.012-.047.02-.094.012.042.021-.008.006.042.021-.045.043-.051.023-.11.026.025.046-.026.043-.051l-.029.028a.241.241,0,0,1,.018-.07l.036.023c.071-.086-.039-.2.059-.251-.021-.032-.032.048-.059.017.016-.044.084-.077.088-.091.036-.056-.044-.071-.013-.132-.016,0-.056,0-.057-.047.016-.043.072-.041.077-.01,0,.011-.007.015-.012.014,0,.015,0,.036.023.022l-.013-.009c.019-.019.033-.081.052-.061,0-.037-.019-.02-.033,0,.034-.053.022-.09.05-.146-.01.008-.029.013-.026,0,.039-.083-.017-.044-.009-.1.029-.028.048.024.045-.04.023-.033.039,0,.047.017-.014-.06.042-.1.054-.127l0,.031a.121.121,0,0,1,0-.047l-.032.01c.009-.016.012-.03.024-.027-.015-.021-.05,0-.068-.036.019-.019,0-.071.038-.071-.028.068.039,0,.033.061a.068.068,0,0,1,.01-.043s.007,0,.009.009c.047-.061-.036-.04-.021-.11a.027.027,0,0,0,.041-.021c-.006.028-.038.006-.049-.023.026-.042,0-.051,0-.074l-.013.025c-.019-.013-.012-.035-.013-.068.017,0,.006.03.015.021-.03-.042.054-.071.039-.124.019-.02.04.005.054-.013-.017-.06.041-.054.028-.115-.032.011-.025.015-.045-.03l0,.1-.03-.069c-.006.028.006.064,0,.079-.018-.033-.011-.029-.037-.02.05-.03-.01-.081.027-.121l.071.015c.044-.062-.014-.127.019-.212l-.017.026c-.026-.017.006-.055,0-.085.023.007.035-.01.052-.019-.018,0,.012-.064-.034-.08l.038-.034c.025-.069-.054-.092-.035-.159.023.025.045,0,.056.045,0-.023.011-.043,0-.046.017-.011-.022-.069,0-.086-.009-.011-.034-.018-.028-.043a.016.016,0,0,1,.012,0c-.012,0-.01-.043-.039-.024.085-.059.024-.2.1-.249a1.534,1.534,0,0,1,0-.158c.006,0,.012,0,.008.01.03-.06-.063-.048-.029-.116.043-.031.016.041.033.02.08,0,0-.088.052-.13l0,.013c.032-.034-.018-.094-.006-.153a.016.016,0,0,0,.012,0,.376.376,0,0,1-.044-.184c.029.021.013.028.046.021,0-.026-.051,0-.054-.051.019-.015.038-.05.071-.051l0,.049c.046-.02.005-.063.015-.088l.019.005c0-.077-.047-.082-.03-.153l-.016,0c-.038-.052.034-.026.011-.075l.05,0a.3.3,0,0,1,.013-.147c.012.042,0,.1.012.133.009-.022.031-.072.019-.1,0,.011,0,.028-.009.032a.115.115,0,0,1,.028-.131c.055.069.116-.068.18-.009.06-.06.15-.021.224,0-.011-.078.026,0,.043-.067.024,0,.033.008.033.013a.525.525,0,0,1,.042.072c0,.027-.026,0-.032.019.036.028,0,.036.012.068.01-.025.035-.024.047,0a.29.29,0,0,0-.006-.049c.077.011,0,.079.067.1h-.03c.034.014.054.079.116.091-.007.008-.026.018-.033.008,0,.035.021.052.028.109a.239.239,0,0,1-.013.146l-.017-.01c0,.02.03.037.009.059-.007,0-.017-.01-.019,0s.026.054.013.079l-.018-.024c-.035.1.031.16.034.246-.053-.007-.08.07-.094.108l-.007,0a1.215,1.215,0,0,0,.024.315c-.066.059-.056.223-.1.326.012-.015.041.009.043.029-.015.024.026.075-.022.064l0-.009c-.051.011-.046.065-.054.105l.062.017c-.109.091-.012.283-.1.326.011.028.006.06.017.088l-.034-.008a.768.768,0,0,0-.04.192l-.021-.022c-.011.049.086.08.08.126l-.053,0c-.016.086-.076.163-.048.257-.007,0-.021-.008-.02-.022-.01.04-.065.148.006.148-.045-.008-.023.087-.013.137l-.032-.014c.034.048.046.051.046.108-.007.012-.029.006-.017-.01-.027.039.024.04,0,.088l-.017-.024c-.012.043,0,.042.019.072s-.026.082-.058.082a.05.05,0,0,1,.022.064c-.012,0-.017-.01-.019-.015-.039.069.015.118-.028.163a.027.027,0,0,0-.022,0,.577.577,0,0,1,.027-.1c-.031-.006-.046.04-.08-.007.015.043.051.119.027.162l-.012,0,0-.006a.037.037,0,0,0,0,.03.119.119,0,0,0-.017.036c-.027,0-.025.051-.032.074.034.006.021.035.056.012,0,0,0-.005,0-.021a.031.031,0,0,0,0-.011l0,0,.01-.059c.013.022.023.045,0,.067l.047.045c-.054.022-.093.078-.123.08,0,.076-.027.17.025.23,0,.022-.024.019-.036.024,0-.013,0-.026-.006-.035.005.044-.025.12.016.141-.033.045-.032-.039-.044.032l-.011-.013c-.107.113.045.255-.1.372.009-.008.014-.012.021-.012-.1.151-.107.356-.253.472-.036.034-.015.054-.013.092l-.037-.012,0,.066c-.018.081-.146.045-.161.15l.026.008c-.023.023-.062.086-.078.062,0,.006.01.026-.008.026l-.014-.013-.036.08c-.058.029-.042-.063-.114-.011-.021.026-.041.1-.024.106a.038.038,0,0,1,.047,0l-.019.028c.029.049.04.114.131.093l.026-.064.032.01-.038.032c.039,0,.039-.027.044-.051a.05.05,0,0,0,.039.007l.006-.08c.02.011.011.051.048.032,0-.037-.053-.019-.032-.061.038,0,.047.019.055-.019a.022.022,0,0,1,.01.032c.01-.032.051-.06.038-.093.043,0,.058-.08.1-.043a.192.192,0,0,1,.015-.089c.022.079.062-.079.111-.029-.024-.062.051-.126.058-.2,0,.005.006.016,0,.019.023-.028.044-.029.064-.045-.04-.027-.024-.082-.036-.121.061-.018.038.049.083.057-.035-.016,0-.086-.034-.086.04-.018.024-.02.067-.019-.051-.03,0-.033-.018-.073.046-.032.056.011.061-.045.027-.016.027.036.027.036m.239-1.22h0c0,.011,0,.019,0,.025l0-.025m.021-.1-.011.043c-.012,0-.023-.005-.021-.015.007.007.018-.015.031-.028m-.277.161c0-.017.006-.021.014-.021l0,.028,0,0a.052.052,0,0,1-.015-.01" transform="translate(-70.85 -49.07)" fill="%23040504"/><path d="M-68.479,245.294a.035.035,0,0,1,0,.007l.009-.008-.009-.008Z" transform="translate(-73.402 -55.011)" fill="%23040504"/><path d="M-71.191,247.079l0,0-.006,0Z" transform="translate(-71.787 -56.077)" fill="%23040504"/><path d="M-67.065,241.436h-.009l.006.01Z" transform="translate(-74.238 -52.722)" fill="%23040504"/><path d="M-70.462,242.233v-.007c0-.018,0-.006,0,.007" transform="translate(-72.222 -53.187)" fill="%23040504"/><path d="M-70.769,244.362a.151.151,0,0,1-.009-.031c-.006.015-.009.026.009.031" transform="translate(-72.032 -54.444)" fill="%23040504"/><path d="M-70.135,239.859h0v-.006Z" transform="translate(-72.417 -51.782)" fill="%23040504"/><path d="M-70.762,244.233a.051.051,0,0,0-.01.039.074.074,0,0,0,.01-.039" transform="translate(-72.039 -54.386)" fill="%23040504"/><path d="M-70.814,246.046l.029.011c0-.026-.011,0-.029-.011" transform="translate(-72.014 -55.462)" fill="%23040504"/><path d="M-71.079,245.3l-.025.019.025.019Z" transform="translate(-71.842 -55.022)" fill="%23040504"/><path d="M-70.421,245.008l0,.012v-.012Z" transform="translate(-72.247 -54.827)" fill="%23040504"/><path d="M-69.359,239.312l-.039,0c0,.018.046.028.039,0" transform="translate(-72.856 -51.46)" fill="%23040504"/><path d="M-67.7,240.623l-.009-.022,0,.04Z" transform="translate(-73.857 -52.226)" fill="%23040504"/><path d="M-68.066,194.4a1.677,1.677,0,0,1,1.965,1,7.525,7.525,0,0,1,.24,1.429,13.331,13.331,0,0,1,.069,2.226,14.4,14.4,0,0,1-1.627,6.522,14.069,14.069,0,0,1-1.9,2.765,11.744,11.744,0,0,1-1.085,1.1c-.235.2-.454.375-.747.191a1.24,1.24,0,0,1-.427-.871,16.083,16.083,0,0,1-.1-3.533,21.86,21.86,0,0,1,.48-3.545,22.17,22.17,0,0,1,1.245-3.919c.255-.6.538-1.182.845-1.754a3.833,3.833,0,0,1,1.163-1.6.507.507,0,0,0-.511-.875,3.441,3.441,0,0,0-1.182,1.349,21.885,21.885,0,0,0-1.048,2.048,23.251,23.251,0,0,0-1.39,4.054,23.381,23.381,0,0,0-.616,4.246q-.055,1.061-.01,2.124a7.328,7.328,0,0,0,.271,2.147,1.851,1.851,0,0,0,1.018,1.129,1.61,1.61,0,0,0,1.729-.471,14.226,14.226,0,0,0,2.576-3.083,15.277,15.277,0,0,0,2.324-7.617,15.817,15.817,0,0,0-.049-2.574,7.225,7.225,0,0,0-.4-2.039,2.634,2.634,0,0,0-2.828-1.459c-.639.077-.647,1.092,0,1.014" transform="translate(-70.876 -24.138)" fill="%23040504"/><path d="M-53.885,213.815l.017-.07c-.006.019-.012.043-.017.07" transform="translate(-82.079 -36.258)" fill="%23040504"/><path d="M-53.952,213.917-54,214.1c.011.015.026-.091.045-.178" transform="translate(-82.013 -36.361)" fill="%23040504"/><path d="M-53.328,206.317v-.056a.371.371,0,0,0-.016-.047Z" transform="translate(-82.402 -31.781)" fill="%23040504"/><path d="M-53.653,200.713c0,.053.041.067.058.086a.313.313,0,0,1-.036-.112c-.007,0-.014.008-.021.026" transform="translate(-82.217 -28.495)" fill="%23040504"/><path d="M-53.545,210.568a.042.042,0,0,0-.014.02s.009-.007.014-.02" transform="translate(-82.273 -34.37)" fill="%23040504"/><path d="M-56.565,199.186s0,0,.006,0-.009-.015-.006,0" transform="translate(-80.485 -27.595)" fill="%23040504"/><path d="M-56.663,213.718a.368.368,0,0,1,.048-.084c-.03.025.018-.262-.048.084" transform="translate(-80.428 -36.14)" fill="%23040504"/><path d="M-56.544,213.761h0Z" transform="translate(-80.498 -36.268)" fill="%23040504"/><path d="M-66.214,199.432c-.018.3.036.143.058.208-.011.359-.045.163-.077.283-.005.223.016.4,0,.564-.009.012-.015.044-.02,0,.011.24-.094.7-.1.974a.11.11,0,0,1-.018.033c.031-.039.055-.042.069-.03-.026.133-.021.252-.06.3a.317.317,0,0,0,.005-.13l-.015.142c-.066.116.024-.193-.007-.2a5.636,5.636,0,0,1-.141.8c-.047.033.1-.484,0-.218l.088-.315c-.118.229.046-.193-.071.016-.107.415-.087.472-.212.881,0,.1.042-.021.037.077-.139.6-.236.427-.334.866a.853.853,0,0,1-.123.466l0-.118c-.157.384-.028.246-.228.633.016-.078.116-.306.086-.25-.145.244-.054.194-.146.391l-.057.023a13.768,13.768,0,0,1-.63,1.273c0-.03.035-.108-.034-.016a9.24,9.24,0,0,1-1.117,1.55l-.117.2c-.034.04-.075.064-.044.016-.16.168.009.024-.052.118-.085.1-.13.118-.083.048a6.23,6.23,0,0,1-1.093,1.162l.056-.064a2.063,2.063,0,0,0-.247.244.323.323,0,0,1-.25.125.251.251,0,0,0,.044-.013.418.418,0,0,1-.386-.178,1.161,1.161,0,0,1-.2-.465,4.694,4.694,0,0,1-.108-.968c-.066-.1-.024-.72-.094-.765.028-.419.039-.3.069-.887.007-.157-.039-.235-.04-.431l.037,0-.028-.266.051-.139v-.183c-.006.073-.025.154-.035.142a2.51,2.51,0,0,1,.087-.7l.029-.673a1.017,1.017,0,0,1,.008.219c0-.361.045-.061.045-.392-.013.043-.019-.026-.026-.034.041-.161.089-.531.122-.806l.017.056c.081-.492.163-1.04.289-1.586-.056.193-.09.139-.058-.023l.053-.056c0-.109-.053.164-.033-.055.053-.2.076-.126.061-.007l.046-.251c.015-.011.006.048.017.066,0-.107.145-.416.144-.572l.015-.011c.149-.539.212-.786.353-1.22-.03-.019.034-.186.054-.324l.428-1.027c.094-.269.005-.088.036-.214.032-.009.209-.373.137-.175.206-.439.263-.561.507-1.125-.04.054-.078.12-.071.08.044-.1.122-.223.129-.2l-.01.028a6.806,6.806,0,0,1,1.107-1.771l-.019.021a1.31,1.31,0,0,1,.2-.171.747.747,0,0,0,.236-.242c.08-.145.058-.1.041-.042s-.054.13.019.02a.658.658,0,0,0,0-.528.731.731,0,0,0-.284-.339.577.577,0,0,0-.428-.073.7.7,0,0,0-.2.081,1.747,1.747,0,0,0-.159.114,1.888,1.888,0,0,0-.7.652c-.221.312-.4.656-.557.874l.034-.017c-.049.131-.092.14-.146.227.022,0,.09-.122.058-.041a30.8,30.8,0,0,0-1.533,3.276c-.152.413.019.271-.2.78l.01-.162a24.627,24.627,0,0,0-.653,2.6.436.436,0,0,1,.008-.139,2.3,2.3,0,0,0-.109.672c-.026.133-.027.027-.053.107-.049.178-.04.461-.082.553-.007.016,0-.052,0-.086-.005.12-.084.552-.034.443-.06.321-.062.62-.108.876.021.171-.067.553-.017.611-.055-.028-.085.567-.049.774-.016-.07-.018.178-.041.1,0,.235.009.451.037.41-.068.433.049.868-.036,1.114a11.973,11.973,0,0,0,.219,1.966c-.074-.011-.118-.7-.163-.662a4.48,4.48,0,0,0,.166.766,3.636,3.636,0,0,0,.306.727c.076.141-.068-.065-.1-.111a1.775,1.775,0,0,0,1.4,1,.392.392,0,0,1-.123,0c.112.022.265.032.252.006-.037,0-.074,0-.111,0-.088-.027.026-.029.158-.05a.954.954,0,0,0,.285-.083c-.08.055.053.033.17-.006s.219-.08.1.025c.066-.033.141-.086.118-.094.1-.045.13-.056.045.014a3.519,3.519,0,0,0,.467-.377c.007.01-.043.059-.062.092a5.445,5.445,0,0,1,.448-.451c-.007.017.023,0-.039.06.356-.342.551-.633.921-1.023-.064.155.132-.128.185-.122l.173-.233-.09.077c.161-.2.271-.395.413-.561l-.1.162.275-.388-.172.208c.132-.221-.061-.011.145-.277-.035.059.146-.206.241-.3h0a2.593,2.593,0,0,1,.226-.379c.039-.033.021.06.047.038.033-.125.3-.51.341-.669-.017.05,0,.064.015.051l.024-.105c.066-.1.079-.11.086-.084.176-.307-.1.073.116-.286a.675.675,0,0,1-.029.081c.207-.367.352-.733.517-1.082.088-.087-.125.315-.037.21.225-.513.392-1.089.568-1.6l-.036.094c-.039-.091.156-.372.2-.645-.014.066.011.094.009.075a9.124,9.124,0,0,0,.275-1.287l0,.071c.055-.211.115-.562.153-.795-.006-.071.017-.2-.019-.126a14.606,14.606,0,0,0,.184-2.015c0,.077.009.183.011.122v-.547c-.029.043-.019.071-.043.186a2.049,2.049,0,0,1-.023-.359c.015.246.045,0,.062-.108-.009.018-.018-.019-.027-.01.049-.286-.054-.048-.026-.437l.015.02c-.011-.146-.035-.279-.04-.437.029-.067.024.154.05.163-.011-.222-.087-.432-.077-.634.019.092.032.227.048.32a1.6,1.6,0,0,0-.005-.408v.016l-.027-.373v.1c-.117-.263-.073-.559-.189-.919.108.35.04.055.081.076,0-.1-.02-.243,0-.2a2.861,2.861,0,0,0-.154-.532c.01-.015-.064-.183-.022-.155-.1-.217,0,.059-.021.046a2.434,2.434,0,0,0-.792-1.107,2.494,2.494,0,0,0-.858-.371c-.124-.064.121,0,.121,0a1.7,1.7,0,0,0-.583-.152c.044,0,0-.02-.061-.04-.17-.017-.117.027-.339,0a.841.841,0,0,1,.173-.04,3.568,3.568,0,0,0-.606.055c-.057-.015.121-.043.195-.061a1.327,1.327,0,0,0-.409.085.418.418,0,0,0-.216.21.572.572,0,0,1,.12-.1c-.07.054-.057.007,0-.04a.358.358,0,0,1,.221-.1.125.125,0,0,1,.086.012,1.188,1.188,0,0,0-.148.037c.163.02.585-.078.886-.036-.043.013-.085.023-.126.038.1,0,.2-.01.3,0,.061.025.1.061-.045.041a2.253,2.253,0,0,1,.351.09c.018.009.008.009-.01.006.066.012.131.034.2.05-.041,0,.019.045-.095,0a2.239,2.239,0,0,1,.638.32l-.027-.014c.407.292.068-.013.382.21.042.081.073.168.105.249l.058.016c.03.043.09.126.066.12.126.148,0-.038.077.044.118.222.321.619.273.694.054.078-.053-.236.048.015-.039.09.094.3.1.532-.045-.064-.068-.28-.054-.049a2.329,2.329,0,0,1,.087.634,4.084,4.084,0,0,1,.12.742c-.012-.019.03.612.013.915l-.008-.009a2.125,2.125,0,0,1,.045.6c-.027-.009-.036-.05-.047-.174l0,.214a1.077,1.077,0,0,1,.021.257l-.032-.055a8.545,8.545,0,0,1-.019.941c.03.023.1-.288.1.1-.018.013-.047.026-.049-.076a1.011,1.011,0,0,1,0,.186l-.02-.156c-.022.166.021.089.007.222-.024,0-.025.1-.043.077a1.238,1.238,0,0,0,.014-.167,2.256,2.256,0,0,1-.069.388c.015-.012.032,0,.026.113-.031.283-.04.094-.071.257.009.07-.029.248.005.257a.293.293,0,0,1-.046.126c0,.148-.1.679-.04.522l.009-.037c0,.007,0,.015,0,.024h0a10.65,10.65,0,0,1-.331,1.446l-.011,0c-.062.28-.174.613-.214.815-.027.081-.088.181-.088.143a2.752,2.752,0,0,1-.192.525c.061-.212-.044.064.068-.215a4.01,4.01,0,0,0-.24.607c.013-.107-.121.18-.166.308l.1-.173a4.1,4.1,0,0,1-.174.381l-.005-.083a8.88,8.88,0,0,1-.691,1.314c-.053.147.177-.261.135-.126-.139.229-.335.434-.379.5-.216.295-.135.319-.364.626.04-.032.1-.048-.056.195-.162.214-.243.23-.152.087.037-.052.059-.075.061-.07.047-.073.106-.169.033-.092l-.009.037c-.088.1-.308.394-.275.31-.111.169-.033.083.063-.031-.223.26-.327.423-.566.683.042-.037.088-.066.052-.024-.351.379-.127.191-.357.456-.152.131.011-.087-.218.182-.161.143-.059.006-.009-.063a3.828,3.828,0,0,1-.572.529l.114-.124a2.513,2.513,0,0,1-.191.186l.091-.043c-.077.062-.139.118-.146.108-.064.081.09-.015-.044.137-.105.077-.3.255-.364.243.338-.216-.054,0,.214-.206a1.125,1.125,0,0,1-.194.139c-.014,0,.007-.014.027-.03a.815.815,0,0,0-.23.147.485.485,0,0,1-.247.133c.04-.032-.094-.015-.151,0,.144-.032.08.027-.059.06a1.7,1.7,0,0,1-.393-.017,1.267,1.267,0,0,0,.144.035.749.749,0,0,1-.347-.064c-.008-.02.155.043.1.015a1.382,1.382,0,0,1-.593-.382c-.077-.1.02-.037-.046-.123-.207-.219-.172-.273-.324-.549.012.094.018.112-.088-.092a2.133,2.133,0,0,0,.251.465,2.068,2.068,0,0,1-.2-.279,2.258,2.258,0,0,0,.229.371c-.112-.12-.1-.113-.073-.034a2.807,2.807,0,0,1-.291-.639l.071-.013a5.78,5.78,0,0,1-.2-1.182l0,.166a3.056,3.056,0,0,1-.042-.484c.024.015.029-.09.041-.163-.017.01-.015-.381-.058-.425l.032-.232c.015-.417-.066-.476-.056-.878.026.121.043-.061.061.208a.823.823,0,0,0-.011-.257c.015-.078-.03-.373-.007-.5a.621.621,0,0,1-.032-.227c0-.016.012,0,.012,0s-.011-.237-.042-.107c.093-.409.077-1.155.187-1.506.026-.292.067-.642.106-.9,0,.018.012,0,0,.052.081-.358-.034-.234.064-.642.077-.2-.019.222.019.094.088-.043.08-.5.186-.762l-.009.068c.071-.2.081-.518.173-.857,0,0,0,.018.011,0a7.083,7.083,0,0,1,.213-1.011c0,.109-.028.152.02.1.039-.146-.062.028.018-.264.045-.089.126-.292.167-.309l-.085.272a2.833,2.833,0,0,0,.166-.491l.012.024c.135-.414.092-.436.259-.875l-.03.04c.048-.257.1-.191.163-.442l.073-.054c.052-.161.183-.566.3-.847-.038.172-.163.5-.226.716a6.494,6.494,0,0,0,.234-.614,1.352,1.352,0,0,1-.08.2,3.844,3.844,0,0,1,.285-.761c.054.092.4-.773.589-.949a5.892,5.892,0,0,1,1.01-1.515c-.217.114.134-.137.059-.161a.809.809,0,0,1,.18-.142.645.645,0,0,1,.4-.129c.082.016-.11.021-.094.045.12-.025.141.007.152.016a.308.308,0,0,0,.07.062c-.019-.039.107,0,.16.145a.391.391,0,0,0-.1-.18.305.305,0,0,1,.16.294.46.46,0,0,1-.117.274.267.267,0,0,0,.047-.091.316.316,0,0,1-.116.12,1.706,1.706,0,0,0-.3.231,1.587,1.587,0,0,0-.36.514c-.033.034-.084.075-.025-.025-.349.534-.586,1.232-.831,1.648l0-.05a1.553,1.553,0,0,1-.134.315c0-.01,0-.049-.02,0a3.2,3.2,0,0,1-.178.419l.038-.125a7.1,7.1,0,0,0-.506,1.323c-.05-.021-.231.414-.314.634l0-.01a14.142,14.142,0,0,0-.46,1.768,14.793,14.793,0,0,0-.464,1.942c.025-.1.039.022.026.136-.034.148-.024.417-.069.387l.009-.053a2.4,2.4,0,0,0-.12.656l.06.047c-.169.621-.089,1.653-.181,1.993.011.153.006.342.021.494l-.034-.009a9.8,9.8,0,0,0,.019,1.162l-.03-.106c.015.3.122.368.152.638l-.042.088c.033.259.054.513.113.78a.986.986,0,0,0,.477.707c-.012,0-.039.009-.122-.054a.762.762,0,0,0,.277.15.582.582,0,0,0,.4-.045c.211-.113.3-.232.251-.227.039.033.408-.351.585-.568l-.006.055a3.232,3.232,0,0,1,.344-.46c.055-.055.066-.032-.01.038.187-.18.112-.169.332-.394l-.06.1a1.171,1.171,0,0,0,.228-.32,2.074,2.074,0,0,1,.369-.4.984.984,0,0,1,.174-.293c.022-.011-.006.04-.02.066.28-.348.346-.565.538-.8.013,0,.028-.013.045-.033-.189.3-.354.532-.34.509.026.018.191-.217.1,0,.112-.2.281-.562.434-.795a.181.181,0,0,1,.028-.026l-.012.027a.993.993,0,0,0,.085-.155c.049-.075.081-.122.122-.2a2.111,2.111,0,0,0,.235-.409c-.036-.005.054-.169-.051-.026.013-.019-.009.026-.05.111l-.025.056,0-.01-.167.312a1.432,1.432,0,0,1,.174-.347l.041-.2c.134-.149.314-.481.364-.516a6.181,6.181,0,0,0,.409-1.235.39.39,0,0,1,.086-.17c-.016.07-.043.151-.047.19a3.844,3.844,0,0,0,.187-.77c.1-.294,0,.181.1-.235l0,.06a17.364,17.364,0,0,0,.4-2.266.4.4,0,0,1-.028.107,10.973,10.973,0,0,0,.107-1.62c0-.543.014-1.086.008-1.614a1.542,1.542,0,0,0-.093-.508l.028-.069-.079-.3a5.715,5.715,0,0,1-.052-.617,1.432,1.432,0,0,0-.211-.691c0,.026.01.051.011.077a1.471,1.471,0,0,0-.213-.337c-.082-.105-.165-.17-.141-.171a.382.382,0,0,1-.124-.084l.006-.02a1.635,1.635,0,0,0-.469-.2c-.184-.063-.169-.068-.171-.09s-.028-.053-.319-.079c-.22-.016-.6.079-.523.084s.216-.007.223.014c-.063,0-.126.015-.188.024-.031.064-.156.122.286.136a2.59,2.59,0,0,1,.307-.019l.093.041a2.392,2.392,0,0,0-.254-.025,1.542,1.542,0,0,0,.338.031.431.431,0,0,0,.114.06,1.359,1.359,0,0,1,.291.058c.02.035-.134-.02.03.079.127.051-.086-.114.115-.005.1.108.055.092.189.192.006.026-.026.009-.076-.032a1.984,1.984,0,0,1,.308.347c.049.14.183.48.121.481a1.674,1.674,0,0,1,.113.406c-.094-.259.059.546-.018.487a5.275,5.275,0,0,1,.161,1.056.309.309,0,0,1-.015-.088,2.862,2.862,0,0,1-.023.382c.049.024.06.333.086.5-.049.243-.054-.149-.1-.073.039-.012.032.424.065.342a.764.764,0,0,1-.058.257c.06.034.005.173.037.328-.038.268-.057.067-.054.362-.026.139-.032-.124-.032-.124m-1.892,6.675h0l.072-.126-.072.126m-.314.5.14-.214c.021-.011.019.014-.013.064.011-.031-.07.083-.127.15m.849-.96c-.04.086-.063.111-.075.119l.076-.148,0-.012a.093.093,0,0,1,0,.041" transform="translate(-70.666 -24.007)" fill="%23040504"/><path d="M-53.838,213.7l0,.012a.169.169,0,0,1,.009-.025l-.006.013" transform="translate(-82.105 -36.222)" fill="%23040504"/><path d="M-52.913,205.63a.143.143,0,0,0,.009-.043.208.208,0,0,0-.009.043" transform="translate(-82.657 -31.408)" fill="%23040504"/><path d="M-53.082,201.893l-.013-.2c.006.088.009.15.013.2" transform="translate(-82.549 -29.093)" fill="%23040504"/><path d="M-53.375,199.482a.05.05,0,0,0-.017-.019v0Z" transform="translate(-82.372 -27.767)" fill="%23040504"/><path d="M-54.622,196.722a2.521,2.521,0,0,0-.156-.323c.022.06.049.138-.039,0,.181.41-.009-.1.195.32" transform="translate(-81.525 -25.945)" fill="%23040504"/><path d="M-53.758,199.755c-.034-.192-.018,0-.028,0,.028.121.035.151.028,0" transform="translate(-82.138 -27.89)" fill="%23040504"/><path d="M-68.846,205.051a.982.982,0,0,0,.132-.307c-.051.123-.114.242-.132.307" transform="translate(-73.184 -30.907)" fill="%23040504"/><path d="M-52,261.348c2.644-.777,5.342.479,7.569,1.831,1.941,1.179,3.935,2.737,4.774,4.926a6.861,6.861,0,0,1,.41,1.849,7.811,7.811,0,0,1,.051,1.809c-.11.724-.761.669-1.348.642a11.4,11.4,0,0,1-2.23-.338,20.029,20.029,0,0,1-3.865-1.454,11.164,11.164,0,0,1-3.168-2.051,9.181,9.181,0,0,1-2.416-7.007c.052-.65-.962-.647-1.014,0a10.341,10.341,0,0,0,2.279,7.242,10.253,10.253,0,0,0,3.405,2.494,22.16,22.16,0,0,0,4.418,1.731,13.178,13.178,0,0,0,2.313.38,2.889,2.889,0,0,0,2-.325,1.95,1.95,0,0,0,.654-1.52,11.977,11.977,0,0,0-.15-2.3c-.4-2.72-2.38-4.773-4.556-6.279-2.652-1.835-6.108-3.578-9.4-2.611a.507.507,0,0,0,.27.977" transform="translate(-82.448 -63.816)" fill="%23040504"/><path d="M-25.48,268.974l-.057-.052c.015.015.034.033.057.052" transform="translate(-98.934 -69.065)" fill="%23040504"/><path d="M-25.4,269.051l.146.134c.019,0-.073-.071-.146-.134" transform="translate(-99.018 -69.142)" fill="%23040504"/><path d="M-32.281,264.575l-.052-.03a.437.437,0,0,0-.051-.01Z" transform="translate(-94.863 -66.457)" fill="%23040504"/><path d="M-37.725,261.948a.139.139,0,0,0,.109-.011.359.359,0,0,1-.124-.021c0,.006,0,.016.015.032" transform="translate(-91.678 -64.9)" fill="%23040504"/><path d="M-28.385,266.99a.048.048,0,0,0,.012.023s0-.012-.012-.023" transform="translate(-97.241 -67.916)" fill="%23040504"/><path d="M-35.832,289.024a1.04,1.04,0,0,0-.131-.062l.018.013a.5.5,0,0,1,.113.049" transform="translate(-92.735 -80.98)" fill="%23040504"/><path d="M-40.4,286.8l.032.025.06.03Z" transform="translate(-90.095 -79.692)" fill="%23040504"/><path d="M-28.912,269.783a.455.455,0,0,1-.063-.082c.013.038-.249-.135.063.082" transform="translate(-96.836 -69.511)" fill="%23040504"/><path d="M-36.565,289.418l-.312-.147c.086.044.2.1.312.147" transform="translate(-92.192 -81.164)" fill="%23040504"/><path d="M-32.585,287.577l.074.025a.376.376,0,0,0-.074-.025" transform="translate(-94.744 -80.157)" fill="%23040504"/><path d="M-39.451,288.018a1.716,1.716,0,0,0-.163-.108.268.268,0,0,0-.04-.011Z" transform="translate(-90.541 -80.348)" fill="%23040504"/><path d="M-28.843,269.742h0Z" transform="translate(-96.969 -69.553)" fill="%23040504"/><path d="M-45.55,262.811c.281.161.154.037.227.049.343.181.138.119.241.2.214.113.394.173.547.27.008.013.036.034,0,.02.238.1.639.407.91.54a.112.112,0,0,1,.025.032c-.026-.047-.019-.07,0-.077.119.084.237.134.265.19a.385.385,0,0,0-.125-.064l.132.079c.087.114-.178-.109-.2-.084a6.453,6.453,0,0,1,.721.492c.014.059-.431-.313-.211-.1l-.272-.224c.178.212-.169-.13-.012.072.361.287.426.294.772.6.094.05,0-.048.09,0,.521.4.317.416.7.713a.965.965,0,0,1,.389.34l-.114-.055c.289.337.223.144.488.53-.061-.058-.23-.264-.192-.209.163.255.152.152.294.336l0,.063a7.041,7.041,0,0,1,.789,1.291c-.023-.022-.069-.1-.033.018a5.285,5.285,0,0,1,.465,1.972l.059.242c0,.058-.006.108-.019.047.011.253.024.011.049.13.016.143,0,.19-.022.1a6.074,6.074,0,0,1,.085.844,1.338,1.338,0,0,1-.151.784c.011-.021.017-.047.026-.07a.874.874,0,0,1-.19.24.462.462,0,0,1-.308.1l.059-.015a7.371,7.371,0,0,1-2.219-.21c-.124.034-.755-.186-.819-.135-.425-.152-.3-.124-.9-.335-.159-.056-.253-.036-.454-.1l.008-.037-.28-.06-.126-.1-.187-.062c.072.031.149.076.134.082a2.826,2.826,0,0,1-.684-.325l-.677-.264a1.178,1.178,0,0,1,.225.069c-.369-.125-.048-.064-.385-.181.039.028-.033.009-.043.013-.151-.094-.515-.27-.786-.395l.062,0a16.18,16.18,0,0,1-1.513-.836c.174.126.108.139-.042.046l-.037-.072c-.108-.043.145.114-.066.01-.183-.131-.1-.122.014-.06l-.231-.144c-.006-.019.049.013.072.01-.107-.043-.351-.308-.5-.381l0-.019a6.43,6.43,0,0,1-.52-.486,5.317,5.317,0,0,1-.42-.472c-.034.015-.147-.137-.251-.242a11.582,11.582,0,0,1-.6-1.026c-.15-.264-.065-.066-.144-.18.016-.033-.171-.422-.055-.228a12.448,12.448,0,0,1-.49-1.224c.009.072.027.15,0,.114-.04-.113-.067-.264-.047-.251l.012.029a10.878,10.878,0,0,1-.328-2.258l0,.032c-.025-.2-.026-.4-.04-.608.02-.279.015.168.045-.038-.005-.167,0-.3,0-.455a.563.563,0,0,0-.195-.453.662.662,0,0,0-.869.04.581.581,0,0,0-.253.457c-.012.173-.028.369-.026.57,0,.4.026.821.03,1.112l.019-.036a1.028,1.028,0,0,1,.011.294c.015-.018,0-.165.024-.073a11.826,11.826,0,0,0,1.1,3.756c.228.422.217.189.49.725l-.125-.123c.269.4.563.8.874,1.176a6.107,6.107,0,0,0,1.057.995.507.507,0,0,1-.13-.078,2.35,2.35,0,0,0,.6.431c.119.086.015.037.083.1.154.13.439.244.514.324.013.013-.053-.021-.085-.039.116.059.517.313.427.221.3.19.6.311.836.456.179.05.529.283.6.26-.047.04.535.3.748.369-.075-.015.169.095.08.08.231.1.449.182.42.139.4.244.887.3,1.105.468a19.657,19.657,0,0,0,2.057.537c-.037.054-.729-.17-.714-.111.629.144,1,.175,1.628.286.162.031-.1.011-.153.01a11.652,11.652,0,0,0,1.812.136.52.52,0,0,1-.124.014c.114,0,.268.007.253-.018l-.111.009c-.181-.027.451-.089.465-.127-.09.048.051.037.18.014s.244-.053.1.038c.075-.026.164-.068.141-.079.109-.036.149-.041.045.019a1.108,1.108,0,0,0,.3-.177c.047-.046.1-.077.238-.21.008.01-.045.068-.069.1a2.524,2.524,0,0,0,.4-.593c0,.021.024-.009-.019.078a3.485,3.485,0,0,0,.222-1.486c.052.171.017-.2.059-.23l-.026-.313-.016.127c-.011-.274-.065-.512-.074-.747l.038.2-.064-.508.017.29c-.054-.272-.052.035-.084-.326.014.073-.033-.27-.032-.414h0a2.64,2.64,0,0,1-.105-.465c0-.054.058.03.06-.005-.069-.122-.172-.622-.276-.765.027.05.051.046.049.026l-.066-.1c-.032-.123-.033-.143-.009-.13-.142-.356-.006.133-.159-.294.016.032.014.015.047.081a8.3,8.3,0,0,0-.6-1.148c-.024-.131.2.309.157.167a11.376,11.376,0,0,0-1.119-1.449l.069.084c-.1-.015-.262-.348-.5-.532.054.048.092.042.073.033a8.742,8.742,0,0,0-1.069-.931l.069.034c-.172-.161-.476-.395-.675-.551-.069-.033-.185-.12-.128-.049a19.573,19.573,0,0,0-1.8-1.222c.071.043.176.09.12.056-.17-.1-.342-.195-.517-.285.027.047.059.053.156.133a2.228,2.228,0,0,1-.351-.164c.24.113.02-.041-.072-.111.013.017-.026.006-.022.019-.248-.189-.072.025-.429-.2l.027,0c-.142-.067-.28-.115-.432-.189-.05-.06.158.058.179.039a5.939,5.939,0,0,1-.634-.263c.1.029.228.094.324.129a1.683,1.683,0,0,0-.384-.211l.015.008-.366-.174.091.05c-.307-.034-.572-.21-.973-.279.389.065.071-.01.111-.036-.1-.04-.242-.1-.2-.094a3.984,3.984,0,0,0-.572-.139c-.009-.014-.2-.05-.149-.069-.244-.05.052.034.028.043a7.873,7.873,0,0,0-1.432-.222,7.323,7.323,0,0,0-1,.078c-.149-.011.119-.05.119-.05a2.416,2.416,0,0,0-.641.055c.044-.017,0-.019-.074-.022a1.941,1.941,0,0,1-.352.079.735.735,0,0,1,.171-.075,6.093,6.093,0,0,0-.623.18c-.063-.006.122-.062.2-.093a4.043,4.043,0,0,0-.415.127.4.4,0,0,0-.231.228.464.464,0,0,1,.124-.116c-.071.064-.062.007,0-.04.2-.148.308-.094.321-.1-.05.016-.1.028-.15.046.176.033.6-.18.924-.205l-.122.069.314-.088c.07,0,.119.024-.033.054a2.148,2.148,0,0,1,.391-.028c.021,0,.012.006-.007.009l.218-.027c-.043.013.038.034-.1.034a5.112,5.112,0,0,1,.781,0l-.033,0c.546.015.054-.039.468-.045l.264.12.058-.03c.056.011.165.033.142.045.211.012-.033-.022.091-.025a3.518,3.518,0,0,1,.783.212c.1,0-.247-.083.04-.033.065.076.327.077.556.18-.083.009-.3-.077-.074.024a2.526,2.526,0,0,1,.653.225,3.348,3.348,0,0,1,.759.272c-.026,0,.593.294.871.466l-.012,0a2.33,2.33,0,0,1,.589.267c-.021.019-.065.006-.186-.049l.2.113a1.308,1.308,0,0,1,.254.112H-44.8a8.351,8.351,0,0,1,.872.514c.036-.014-.219-.244.146-.034,0,.023,0,.055-.094,0a1.284,1.284,0,0,1,.172.1l-.156-.066c.145.108.092.031.212.111-.015.018.079.074.052.078a1.245,1.245,0,0,0-.151-.1,2.259,2.259,0,0,1,.332.266c0-.019.018-.027.118.037.255.171.071.082.21.2.07.03.219.157.244.131a.314.314,0,0,1,.1.1c.137.081.591.447.472.308l-.03-.028.021.015h0a10.37,10.37,0,0,1,1.194,1.062l-.009.008c.23.206.478.49.641.641.058.071.12.18.084.159a2.57,2.57,0,0,1,.37.473c-.158-.177.034.076-.157-.185.175.251.2.315.406.571-.086-.076.1.21.171.334l-.088-.2c.086.138.155.263.225.389l-.074-.048a5.932,5.932,0,0,1,.627,1.454c.077.148-.087-.325-.011-.2a4.838,4.838,0,0,1,.123.662c.046.387.134.343.174.756.006-.054.04-.109.092.2.028.288-.021.359-.052.18-.009-.068-.008-.1,0-.1-.016-.092-.038-.212-.039-.1l.019.035c0,.144.043.536.011.446.032.214.032.09.025-.071.012.369.046.574.038.952.007-.06.024-.116.024-.056-.019.554.03.245.02.621-.044.208-.037-.078-.069.291-.058.218-.043.04-.043-.049a1.406,1.406,0,0,1-.279.727,1.309,1.309,0,0,0,.07-.149.951.951,0,0,1-.128.225c.028-.018.051-.04.077-.061-.056.08-.11.141-.118.133-.054.087.092-.026-.03.14-.1.091-.319.262-.383.241.367-.2-.048,0,.232-.2a.842.842,0,0,1-.2.132c-.015,0,.008-.014.03-.029a1.128,1.128,0,0,0-.257.123.58.58,0,0,1-.29.1c.049-.029-.1-.024-.171-.014.169-.021.088.029-.071.058-.278,0-.3.02-.452.017l.169.011a1.585,1.585,0,0,1-.4.011c-.016-.017.181,0,.111-.013-.223.026-.5-.07-.8-.076-.14-.03-.009-.042-.132-.066-.345-.015-.365-.077-.724-.114.1.046.117.044-.139.026q.294.045.591.076l-.384-.017c.178.031.378.041.484.06-.184,0-.165-.006-.082.03-.238-.077-.488-.049-.763-.133l.022-.069c-.411-.115-.75-.125-1.28-.3l.168.061a3.542,3.542,0,0,1-.506-.135c.023-.018-.081-.061-.15-.1,0,.021-.385-.131-.448-.1l-.223-.114c-.416-.17-.5-.12-.9-.292.131.026-.045-.064.23.028a1.011,1.011,0,0,0-.26-.095c-.072-.046-.381-.128-.493-.2a.689.689,0,0,1-.235-.069c-.014-.012.005-.011.005-.011s-.238-.092-.12-.009c-.373-.253-1.127-.535-1.437-.778-.281-.142-.615-.324-.856-.476.019,0,.007-.01.051.021-.319-.23-.244-.069-.6-.346-.164-.165.206.121.1.026-.005-.1-.446-.305-.644-.538l.058.043c-.157-.167-.443-.342-.7-.62,0,0,.017.008.01-.007a4.754,4.754,0,0,1-.743-.819c.09.075.108.125.094.051-.1-.13-.013.069-.208-.193a1.294,1.294,0,0,1-.148-.346l.166.256a3.36,3.36,0,0,0-.291-.473l.026.008a7.738,7.738,0,0,1-.5-.838l.009.053c-.157-.231-.071-.221-.215-.458l.014-.1a7.917,7.917,0,0,1-.376-.887c.089.166.225.522.335.731-.072-.165-.209-.572-.262-.654a1.543,1.543,0,0,1,.084.22,3.475,3.475,0,0,1-.3-.819c.1.042-.187-.918-.13-1.189a8.074,8.074,0,0,1-.052-1.978c-.043.127-.041.074-.037-.007s.023-.158-.017-.154a.3.3,0,0,1,.116-.184.488.488,0,0,1,.42-.086c.091.036-.13,0-.117.031.144,0,.165.031.178.04s.019.023.064.073c-.013-.037.108.007.1.165a.25.25,0,0,0-.037-.191c.129.13.068.248.055.365a1.673,1.673,0,0,0-.031.506l-.022-.173a5.654,5.654,0,0,0,.114,1.3c0,.049-.017.117-.035,0a12.2,12.2,0,0,0,.439,1.945l-.032-.043a3.225,3.225,0,0,1,.134.347c-.01,0-.034-.041-.016.014s.14.3.2.453l-.074-.122a6.008,6.008,0,0,0,.747,1.344c-.051.029.214.468.364.677l-.011,0A6.077,6.077,0,0,0-49.4,269.2a9.815,9.815,0,0,0,1.813,1.174c-.09-.057.034-.029.146.021.14.083.418.165.373.2l-.051-.026a2.864,2.864,0,0,0,.63.341l.066-.041c.578.378,1.654.666,1.98.858.161.039.355.1.516.136l-.019.03a9.9,9.9,0,0,0,1.207.33l-.118,0c.312.073.415-.01.7.04l.079.066a7.168,7.168,0,0,0,1.667.149c-.009.007-.027.024-.118.023a2.119,2.119,0,0,0,.633-.047c.242-.066.386-.24.316-.221.016.018.162-.108.221-.312a1.921,1.921,0,0,0,.055-.576l.031.049c-.033-.261-.044-.268-.071-.622,0-.084.023-.075.021.037,0-.281-.045-.215-.058-.552l.033.123a1.46,1.46,0,0,0-.074-.414,2.721,2.721,0,0,1-.029-.588,1.252,1.252,0,0,1-.1-.355c.007-.025.026.034.036.064a7.547,7.547,0,0,0-.285-1.01c.008-.011.006-.033,0-.06a4.955,4.955,0,0,1,.2.636c.032-.008-.048-.311.061-.082-.084-.241-.277-.626-.39-.907a.208.208,0,0,1-.006-.041l.015.028A.8.8,0,0,0-40,267.47c-.039-.089-.063-.146-.105-.229a2.3,2.3,0,0,0-.242-.453c-.021.028-.129-.143-.048.03-.011-.022.018.023.071.111l.036.055-.008-.008c.051.088.124.2.189.335a2.3,2.3,0,0,1-.216-.361l-.158-.154c-.071-.2-.288-.55-.3-.611a5.444,5.444,0,0,0-.992-1,.491.491,0,0,1-.128-.16c.062.047.128.111.163.134a3.964,3.964,0,0,0-.668-.533c-.244-.232.174.086-.189-.2l.057.028a21.974,21.974,0,0,0-2.043-1.4.484.484,0,0,1,.092.076,20.276,20.276,0,0,0-3.094-1.6,1.8,1.8,0,0,0-.534-.146l-.056-.057c-.11-.024-.223-.036-.334-.053a5.809,5.809,0,0,0-1.4-.293l.075.031-.419-.032c-.14,0-.249,0-.23-.018a.338.338,0,0,1-.156.012l-.007-.019c-.178.007-.354.043-.53.062-.412.037.056-.09-.547,0a1.845,1.845,0,0,0-.526.2.63.63,0,0,1,.239-.027l-.2.059c-.021.064-.15.155.332.077a2.407,2.407,0,0,1,.326-.1l.113.01-.282.045a1.111,1.111,0,0,0,.374-.071.492.492,0,0,0,.144.011l.329-.077c.041.019-.147.055.077.051.155-.034-.152-.044.107-.069a.648.648,0,0,0,.308.027c.027.015-.014.024-.09.03.171-.024.45.015.54-.009.167.036.573.072.549.118a2.34,2.34,0,0,1,.457.047c-.148,0,0,.03.165.074s.359.1.313.124a6.169,6.169,0,0,1,1.1.323.423.423,0,0,1-.093-.026,3.881,3.881,0,0,1,.366.19c.045-.036.352.094.527.144.217.152-.168-.017-.113.058.006-.044.425.163.359.1.166.116.148.09.222.171.059-.038.169.079.332.126.241.164.04.082.326.224.122.091-.134-.031-.134-.031m5.464,5h0l-.062-.142.063.142m.224.59c-.021-.073-.051-.165-.086-.259,0-.025.024-.007.044.054-.019-.03.024.113.043.206m-.33-1.337c.057.086.067.12.067.137-.021-.044-.054-.091-.093-.155l-.01-.008a.11.11,0,0,1,.036.027" transform="translate(-82.207 -63.737)" fill="%23040504"/><path d="M-25.574,268.882l.01.009a.162.162,0,0,1-.019-.022l.009.013" transform="translate(-98.907 -69.034)" fill="%23040504"/><path d="M-30.938,288.152l0,.009.055.011Z" transform="translate(-95.722 -80.498)" fill="%23040504"/><path d="M-32.727,263.841a.162.162,0,0,0-.036-.03.307.307,0,0,0,.036.03" transform="translate(-94.638 -66.026)" fill="%23040504"/><path d="M-36.341,262.07l-.2-.1.2.1" transform="translate(-92.395 -64.934)" fill="%23040504"/><path d="M-38.794,261.129a.055.055,0,0,0-.027.007h0Z" transform="translate(-91.036 -64.432)" fill="%23040504"/><path d="M-42.044,260.643c-.126-.038-.256-.056-.384-.084.065.025.15.058-.026.03.478.128-.094-.052.409.054" transform="translate(-88.876 -64.093)" fill="%23040504"/><path d="M-38.7,261.6c-.2-.062,0,.017-.017.022.129.034.161.043.017-.022" transform="translate(-91.052 -64.695)" fill="%23040504"/><path d="M-39.537,287.169l.026.056c.1.044.141.016-.026-.056" transform="translate(-90.61 -79.914)" fill="%23040504"/><path d="M-35.292,287.229l-.124-.041.228.09Z" transform="translate(-93.06 -79.926)" fill="%23040504"/><path d="M-99.613,237.668a7.177,7.177,0,0,1,.85,3.54.514.514,0,0,0,.507.507.514.514,0,0,0,.507-.507,8.241,8.241,0,0,0-.988-4.052.513.513,0,0,0-.693-.182.515.515,0,0,0-.182.693" transform="translate(-54.852 -50.031)" fill="%23040504"/><path d="M-99.727,238.836c.012,0,.031-.013.019-.027l-.042.006Z" transform="translate(-54.81 -51.161)" fill="%23040504"/><path d="M-99.775,238.515a.094.094,0,0,0-.1-.006c.043.011.028.021.079.028a.023.023,0,0,1-.017.035c.011,0,0,.03.029.027a.05.05,0,0,0-.022-.077c.007-.009.019-.006.026-.007" transform="translate(-54.737 -50.976)" fill="%23040504"/><path d="M-97.381,237.767v-.011a.018.018,0,0,0,0,.011" transform="translate(-56.217 -50.535)" fill="%23040504"/><path d="M-96.464,239.962c0-.006-.008-.008-.012-.007s.009.01.012.007" transform="translate(-56.756 -51.842)" fill="%23040504"/><path d="M-96.414,240.376v-.01s0,.009,0,.01" transform="translate(-56.791 -52.087)" fill="%23040504"/><path d="M-97.379,237.784v.029c.012,0,0-.016,0-.029" transform="translate(-56.219 -50.551)" fill="%23040504"/><path d="M-99.922,237.98a.039.039,0,0,0,.009.018l0-.016Z" transform="translate(-54.707 -50.668)" fill="%23040504"/><path d="M-98.082,237.2l-.006,0-.011.014Z" transform="translate(-55.791 -50.2)" fill="%23040504"/><path d="M-98.731,237.108c.006,0,0-.034,0-.049a.036.036,0,0,1-.008.026.113.113,0,0,0,.009.023" transform="translate(-55.41 -50.12)" fill="%23040504"/><path d="M-99.554,237.85l0,.009Z" transform="translate(-54.926 -50.591)" fill="%23040504"/><path d="M-97.692,237.472l-.008.01a.036.036,0,0,0,.008-.01" transform="translate(-56.028 -50.366)" fill="%23040504"/><path d="M-99.455,239.787l.006,0s-.006,0-.006,0" transform="translate(-54.984 -51.741)" fill="%23040504"/><path d="M-99.5,238.766l0,0,.017-.008Z" transform="translate(-54.959 -51.133)" fill="%23040504"/><path d="M-96.281,241.116v0c-.006-.006,0,0,0,0" transform="translate(-56.87 -52.53)" fill="%23040504"/><path d="M-95.3,247.688c.036-.017.027.049.071.02-.013,0-.045-.045-.071-.02" transform="translate(-57.458 -56.435)" fill="%23040504"/><path d="M-99.91,237.934l0-.016a.033.033,0,0,0,0,.016" transform="translate(-54.714 -50.631)" fill="%23040504"/><path d="M-95.121,247.743h0l0,0,0,0" transform="translate(-57.562 -56.471)" fill="%23040504"/><path d="M-95.78,242.729a.048.048,0,0,0,.013-.01.029.029,0,0,0-.013.01" transform="translate(-57.17 -53.486)" fill="%23040504"/><path d="M-95.986,241.488v.013a.031.031,0,0,0,0-.013" transform="translate(-57.047 -52.754)" fill="%23040504"/><path d="M-95.531,243.363c0,.007-.005.011,0,.019l0,0c-.005,0-.009-.006,0-.015" transform="translate(-57.317 -53.868)" fill="%23040504"/><path d="M-95.407,244.018l.006-.006,0-.009Z" transform="translate(-57.391 -54.25)" fill="%23040504"/><path d="M-98.662,241.661a.117.117,0,0,1,.025-.022c-.022.012-.043-.024-.025.022" transform="translate(-55.453 -52.842)" fill="%23040504"/><path d="M-99.9,237.968c-.009,0-.012-.006-.014-.011v.011a.016.016,0,0,0,.013,0" transform="translate(-54.715 -50.654)" fill="%23040504"/><path d="M-94.869,243.265l0,.046a.187.187,0,0,0,0-.046" transform="translate(-57.711 -53.81)" fill="%23040504"/><path d="M-97.783,246.478l0-.01a.009.009,0,0,0,0,.01" transform="translate(-55.976 -55.715)" fill="%23040504"/><path d="M-94.816,243.7a.068.068,0,0,0-.019.029l.009,0Z" transform="translate(-57.732 -54.072)" fill="%23040504"/><path d="M-98.59,241.642h0Z" transform="translate(-55.499 -52.845)" fill="%23040504"/><path d="M-99.547,238.467c.013.039.048,0,.075,0,.029.043-.023.034-.039.057.021.025.069.034.075.056-.006,0-.008.009-.018.007.045.019.035.091.089.114a.024.024,0,0,1-.009.008.192.192,0,0,1,.057-.025c.006.018.038.025.012.041,0-.011-.014-.009-.025-.011l.018.015c-.034.03-.022-.021-.052-.012.025.032.072.065.07.1-.038.018-.035-.062-.058-.013v-.048c-.051.053,0-.028-.06.024.006.06.041.057.047.118.026.006.032-.014.057-.008.063.071-.081.094-.011.138.031.008.084,0,.069.051l-.049,0c.01.057.073.015.058.081-.02-.006-.026-.04-.03-.03-.026.047.032.02.04.05l-.039.016c.022.058.068.117.089.182-.013,0-.028-.009-.037.009a.489.489,0,0,1,.025.267l.041.025c0,.007-.013.016-.022.01-.007.034.023,0,.039.011s-.015.027-.028.018a.253.253,0,0,1,.062.216l-.012-.01c-.007.049.08.043.053.09l-.007-.007c0,.1.044.212,0,.295.053.01-.014.1.058.1-.031.061-.045.045-.064.129,0,.022.047.03.056.056l-.037,0,.041.034-.044.022.01.025a.03.03,0,0,1,.027-.021.087.087,0,0,1-.043.1l.034.093c-.015,0-.021-.017-.031-.03.04.049-.039.01,0,.055.009-.006.022,0,.03,0a.135.135,0,0,0-.014.114l-.026-.007a.544.544,0,0,0,0,.108.994.994,0,0,0,.024.156.031.031,0,0,1,.06-.012l-.036.021c.028.012.007-.033.045,0,0,.035-.036.037-.055.019A.353.353,0,0,0-99,241.3c-.01.007-.02,0-.035,0,.028.009-.005.1.048.1l-.009.008a.606.606,0,0,0,.161.177c.024-.024.043,0,.079-.006a.358.358,0,0,0,.156.123c.054,0,.023-.023.05-.035-.006.031.066.045.024.058a.375.375,0,0,0,.222-.023c-.013-.011-.026-.015-.021-.026s.044.006.044.021l0,0c.1-.055.311-.022.346-.15l0,.006a.553.553,0,0,0,.042-.1c.032-.034,0,.036.038.021.02-.117.1-.15.089-.25.054-.021.063-.1.058-.155a.2.2,0,0,1,.014-.146l-.021,0c-.021-.02.013-.024.017-.039-.017,0-.019.021-.031.009a2.69,2.69,0,0,1,.033-.519c0-.063-.114-.028-.068-.11l.042.019c-.06-.122-.02-.258-.078-.376.01.006.022,0,.024.017.026-.03-.011-.1-.034-.093,0-.019.021-.007.031-.021.014-.029-.045-.06-.019-.078,0,0,.011.006.013.011-.016-.015-.009-.079-.039-.058.008-.048-.029-.085-.015-.125-.041-.017.005-.081-.048-.08.055-.006.028-.088,0-.111.018.006.012-.028.036-.021-.007-.033-.023-.061-.049-.05.054-.074-.076-.11,0-.162-.051-.09-.089-.176-.126-.258.054-.011.03.094.085.076-.043-.077-.1-.112-.109-.2,0-.023.026.006.037.01-.042-.076-.04-.159-.089-.223,0,0,.013,0,.019.011-.006-.014,0-.035-.026-.026l.011.012c-.028.033-.089-.034-.108-.031.075,0,0-.076.094-.065a.034.034,0,0,0-.038-.009c0-.015.008-.022.031-.014-.03-.046-.049-.02-.064-.066.012,0,.019,0,.034,0-.03-.016-.06-.032-.063-.073.008,0,.015-.007.019,0-.025-.065-.1-.092-.1-.171.057,0,.007-.03.049-.049l-.027-.034-.015.023c-.012-.034-.054-.052-.05-.086l.027.018-.032-.06,0,.042c-.035-.026-.052.024-.058-.025.008.007-.013-.033,0-.06h0c-.02-.011-.041-.022-.041-.051.011-.012.049-.013.056-.021-.042,0-.041-.074-.087-.079a.059.059,0,0,0,.037-.01l-.034,0c0-.019.006-.023.025-.028-.015-.048-.047.037-.047-.027,0,0,.007,0,.015.007-.012-.06-.064-.1-.072-.154.035-.033.03.039.057.006-.039-.07-.118-.126-.141-.2v.015c-.062.019,0-.065-.04-.087.009.006.038,0,.03,0-.013-.052-.063-.088-.116-.15h.019a.593.593,0,0,0-.039-.109c-.019,0-.026-.019-.041,0a.132.132,0,0,0-.085-.142c-.051-.025-.1-.039-.125-.1.011.006.033,0,.024,0a.572.572,0,0,0-.087-.023c0,.029,0,.02.013.047a.076.076,0,0,1-.059.01c.04-.007.014-.043,0-.063,0,.009-.008.017-.009.026-.03-.06-.02.053-.068.008l.005-.014c-.023,0-.044.021-.066.016-.008-.033.024-.014.028-.04-.036,0-.066.058-.1.028.013-.011.033-.011.047-.02-.033-.039-.039-.027-.064-.032h0a.533.533,0,0,0-.063-.008l.017.008c-.026.089-.085.035-.116.109.029-.069,0-.032-.015-.066-.018,0-.045,0-.044-.015-.013.039-.057,0-.068.064-.009-.009-.025.019-.039-.009-.025.032.02.01.026.024-.017.061-.141.061-.14.167-.013.074.019.1.022.16-.024.014-.037-.028-.037-.028a.082.082,0,0,0-.021.088c-.01-.008-.019,0-.033.006,0,.027.04.021.021.054a.13.13,0,0,1-.046-.03.576.576,0,0,0,.043.095c-.02.01-.033-.017-.047-.029.01.038.028.1.063.1l.008-.024c0,.012-.027.011-.034,0-.031-.028.006-.046.018-.048l.009.021c.067-.027-.018-.084-.007-.131l.048.023c-.012-.015-.025-.031-.036-.048.015-.007.044-.007.047.013.03-.023-.013-.029.02-.046,0,0,.007,0,.008,0l-.006-.03c.009.008.035.006.024.02.04-.034-.008-.086.035-.086v0c.017-.066-.031-.023-.039-.092a.707.707,0,0,1,.094.026l-.025-.028c.006,0,.016-.013.026,0,0-.036-.015-.008-.022-.035.046,0,.062-.078.1-.033-.006-.03-.04,0-.02-.036.043.047.03-.033.073-.021.006.034-.026.03.013.044-.008-.059.056-.011.073-.026-.011-.043.047-.032.088-.048,0,.013.08.023.113.046l0,.007c.015-.043.053-.026.084-.026a.058.058,0,0,1-.036.041l.024.007a.041.041,0,0,1,.039-.013l-.019.028c.03.01.081,0,.1.041.023-.021.02-.1.077-.076-.009.015-.026.038-.041.034,0,0,.021,0,.024.011l-.034.009c.008.023.024-.011.036,0-.016.017,0,.021-.018.034s0-.018-.014-.015a.063.063,0,0,1,.007.058c.009-.011.024-.022.035-.013.023.026-.015.027-.014.049.018,0,.013.024.045.006.005.009-.009.018-.015.027.023.011.048.084.071.045v-.006l0,0c.063.044.047.134.091.188l-.011.005c.03.03.046.077.081.092a.031.031,0,0,1-.023.036c.021.024.035.021.036.07-.032-.019-.012.017-.028-.022.008.04-.005.056.041.081-.034,0-.023.043-.007.057l.009-.034a.156.156,0,0,1,.023.054l-.041.007c-.013.094.137.1.083.191.034.009,0-.049.04-.043.009.037-.03.095-.026.106,0,.056.073.022.079.078a.047.047,0,0,1,.072,0c.009.037-.041.065-.059.047s0-.013,0-.015-.021-.022-.03,0h.015c-.007.023.012.071-.014.067.022.022.026,0,.026-.019,0,.052.025.071.029.122,0-.01.018-.023.021-.015.008.074.036.021.06.065-.011.034-.053.008-.019.049,0,.034-.034.019-.049.011.04.034.009.086.012.111l-.019-.019a.078.078,0,0,1,.018.033l.023-.021c0,.015,0,.026-.009.029.023.008.042-.026.076-.006-.008.022.033.049,0,.067-.006-.06-.035.017-.056-.027a.044.044,0,0,1,.01.033s-.008,0-.011,0c-.015.063.05.011.065.066-.023,0-.035.025-.028.033-.006-.023.031-.021.053-.006-.006.041.023.035.027.054l0-.024c.023,0,.025.019.039.043-.015.007-.017-.019-.022-.009.045.017-.019.073.017.1-.009.022-.039.013-.044.031.038.036-.017.054.018.094.025-.021.017-.021.053,0l-.039-.069.054.037c-.006-.023-.03-.043-.029-.058.029.017.021.017.041,0-.034.043.041.055.022.1l-.07.017c-.018.062.062.086.06.161l.007-.026c.03,0,.014.043.03.063-.024,0-.029.019-.041.032.017-.005.01.052.058.048l-.024.038c0,.06.081.051.084.108-.029-.012-.041.017-.066-.016,0,.018,0,.036.019.033-.013.013.041.045.022.066.012.006.037,0,.039.024a.02.02,0,0,1-.012,0c.012,0,.022.029.045.006-.061.07.033.159-.022.219a.9.9,0,0,1,.037.123c-.007,0-.012,0-.01-.006-.016.054.072.022.055.084-.034.034-.025-.028-.037-.008-.077.018.02.069-.021.113l-.006-.009c-.023.033.04.069.038.119a.017.017,0,0,0-.012,0,.264.264,0,0,1,.078.137c-.032-.012-.018-.02-.049-.008.006.021.049-.011.062.031-.016.015-.028.047-.06.054l-.006-.039c-.041.024.006.051,0,.073h-.019c.01.06.058.058.058.124l.014-.008c.049.033-.025.032.013.066l-.047.013a.546.546,0,0,1,.06.123c-.036-.023-.056-.072-.078-.1,0,.024.006.079.03.09,0-.009-.017-.021-.01-.03a.133.133,0,0,1,.059.111c-.094-.006-.019.123-.093.157.033.075-.012.178-.013.244.075-.017,0,.021.073.029,0,.021,0,.028-.007.028a.38.38,0,0,1-.06.041c-.024,0-.009-.021-.026-.025-.019.031-.034,0-.061.014.026.007.03.027.011.039a.317.317,0,0,0,.043-.009c.01.067-.073.007-.069.067l-.009-.027c0,.03-.056.061-.045.124-.009,0-.025-.019-.019-.029-.047.024-.1.119-.162.085l0-.018c-.01.005-.018.035-.034.017,0-.007,0-.018,0-.019s-.032.031-.046.017l.015-.018c-.05-.03-.1.03-.161.013a.107.107,0,0,0-.018-.107l.005-.006c-.043-.046-.112-.05-.162-.108.033-.068-.008-.117.028-.23-.01.014-.042,0-.047-.019.011-.022-.037-.059.012-.056v.008c.048-.016.036-.061.036-.1l-.064,0c.09-.092-.04-.234.039-.287-.017-.021-.019-.048-.036-.068h.034a.456.456,0,0,0-.007-.165l.026.013c0-.043-.1-.045-.109-.083l.05-.016c-.007-.073.028-.152-.027-.219.008,0,.023,0,.026.012,0-.034.018-.138-.051-.115.045-.008-.007-.076-.033-.112h.034c-.048-.026-.06-.026-.079-.069,0-.011.025-.014.019,0,.012-.039-.036-.023-.026-.069l.024.012c0-.037-.015-.032-.044-.048a.062.062,0,0,1,.024-.083c-.019,0-.047-.017-.043-.04a.021.021,0,0,1,.024,0c.011-.067-.058-.083-.034-.133a.032.032,0,0,0,.018-.011.435.435,0,0,1,.014.086c.03-.006.027-.047.076-.025-.03-.028-.092-.071-.086-.113a.037.037,0,0,1,.009-.007l0,0a.027.027,0,0,0-.01-.024.1.1,0,0,0,0-.034c.024-.011,0-.049,0-.069-.033.01-.034-.017-.056.014,0,0,0,0,.01.015a.025.025,0,0,0,.006.007h0l.014.048c-.02-.012-.038-.024-.026-.051l-.06-.014c.039-.038.051-.1.078-.111-.033-.055-.05-.138-.123-.157-.013-.015.012-.024.02-.033.009.008.011.019.022.022-.026-.029-.035-.1-.081-.093.007-.048.047.012.022-.044l.016,0c.03-.136-.167-.149-.126-.3,0,.011,0,.015-.009.02-.013-.156-.144-.276-.144-.437,0-.044-.033-.037-.063-.051l.03-.024-.056-.023c-.053-.044.036-.136-.051-.182l-.018.02c-.008-.028-.052-.075-.024-.083-.005,0-.027,0-.021-.013l.017-.009-.061-.047c-.013-.054.072-.027.039-.1-.02-.023-.088-.048-.094-.032a.036.036,0,0,1-.013.042l-.021-.019c-.052.022-.112.032-.118.108l.051.024-.017.026-.019-.032c-.013.031.013.032.034.038a.048.048,0,0,0-.019.031l.069.014c-.017.015-.048,0-.046.034.032.007.035-.04.066-.017-.013.03-.034.034,0,.047a.025.025,0,0,1-.032,0c.025.013.032.05.064.047-.019.034.04.065-.01.086a.117.117,0,0,1,.066.035c-.074-.007.028.071-.039.091.064,0,.063.081.112.113-.005,0-.016,0-.015-.007.006.027-.006.041-.009.062.045-.015.071.021.107.031-.03.049-.06,0-.1.028.035-.016.058.04.083.017-.017.035,0,.026-.036.053.057-.017.018.019.06.026-.013.045-.048.029-.017.061-.011.025-.043,0-.043,0m.379.905h0l-.006-.019.007.019m.018.081a.227.227,0,0,0-.006-.035c.011-.005.024,0,.025,0s-.011.018-.018.032m.192-.226c.008.012,0,.018,0,.021a.124.124,0,0,0-.009-.022h0a.051.051,0,0,1,.018,0" transform="translate(-54.715 -49.915)" fill="%23040504"/><path d="M-97.7,242.873s0,0,0,0l-.006.01.012,0Z" transform="translate(-56.025 -53.574)" fill="%23040504"/><path d="M-97.38,237.747v0a.018.018,0,0,1,0-.006Z" transform="translate(-56.218 -50.527)" fill="%23040504"/><path d="M-97.828,246.258h.009l-.008-.007Z" transform="translate(-55.952 -55.585)" fill="%23040504"/><path d="M-98.048,236.786a.016.016,0,0,0,0-.011.029.029,0,0,0,0,.011" transform="translate(-55.819 -49.951)" fill="%23040504"/><path d="M-98.638,236.721a.244.244,0,0,0-.034-.008l.034.008" transform="translate(-55.45 -49.915)" fill="%23040504"/><path d="M-99.025,236.8a.09.09,0,0,0,0,.015h0Z" transform="translate(-55.24 -49.966)" fill="%23040504"/><path d="M-95.452,241.3l0,.005c.01.012.005,0,0-.005" transform="translate(-57.365 -52.643)" fill="%23040504"/><path d="M-96.228,239.655a.144.144,0,0,1,.024.016c0-.013-.006-.023-.024-.016" transform="translate(-56.903 -51.662)" fill="%23040504"/><path d="M-94.87,243.253h0v0Z" transform="translate(-57.71 -53.803)" fill="%23040504"/><path d="M-96.157,239.729a.035.035,0,0,0-.012-.032.054.054,0,0,0,.012.032" transform="translate(-56.938 -51.689)" fill="%23040504"/><path d="M-99.922,238.383v.009h.006Z" transform="translate(-54.707 -50.908)" fill="%23040504"/><path d="M-99.908,238.4l.006.009s0-.008-.006-.009" transform="translate(-54.715 -50.921)" fill="%23040504"/><path d="M-99.882,238.445l-.012-.018c0,.007,0,.016.012.018" transform="translate(-54.724 -50.934)" fill="%23040504"/><path d="M-99.877,237.787l-.011-.006a.026.026,0,0,0,.011.006" transform="translate(-54.727 -50.55)" fill="%23040504"/><path d="M-99.871,237.621c-.009.015-.039.034-.039.06l.009,0c-.015-.017.043-.043.029-.065" transform="translate(-54.714 -50.454)" fill="%23040504"/><path d="M-99.2,237.3a.314.314,0,0,0-.041.024c.015,0,.034.009.023.025.066-.009-.03-.014.017-.049" transform="translate(-55.111 -50.264)" fill="%23040504"/><path d="M-98.837,237.171c-.019.014.007.018.009.025.009-.016.012-.021-.009-.025" transform="translate(-55.348 -50.187)" fill="%23040504"/><path d="M-97.089,238.573l-.029.011c.013.017.011-.005.029-.011" transform="translate(-56.374 -51.021)" fill="%23040504"/><path d="M-96.489,238.866l.009-.027-.03,0Z" transform="translate(-56.736 -51.179)" fill="%23040504"/><path d="M-96.843,239.407l-.008-.006.024.028Z" transform="translate(-56.533 -51.512)" fill="%23040504"/><path d="M-95.5,243.9l.037-.013c-.009-.013-.052-.009-.037.013" transform="translate(-57.332 -54.177)" fill="%23040504"/><path d="M-95.206,245.95c-.019.01-.03.034-.01.047,0-.019.015-.038.01-.047" transform="translate(-57.499 -55.407)" fill="%23040504"/><path d="M-97.051,246.767l.013.017-.012-.032Z" transform="translate(-56.414 -55.884)" fill="%23040504"/><path d="M-100.326,246.41a3.742,3.742,0,0,0-3.333,2.309,5.967,5.967,0,0,0,.184,4.635,8.582,8.582,0,0,0,6.513,5.087c.638.1.913-.88.27-.977a7.653,7.653,0,0,1-5.6-3.969,5.494,5.494,0,0,1-.6-3.9,2.805,2.805,0,0,1,2.573-2.17.507.507,0,0,0,0-1.014" transform="translate(-52.254 -55.68)" fill="%23040504"/><path d="M-94.881,246.207c-.019.011-.009.032.047.034l.045-.036Z" transform="translate(-57.699 -55.558)" fill="%23040504"/><path d="M-94.37,246.469c.06.022.132.071.135.012-.073-.03-.078-.054-.161-.06-.049-.024-.077-.061-.064-.069-.022,0-.084-.038-.118-.019a1.816,1.816,0,0,0,.228.119c.009.02-.013.015-.021.017" transform="translate(-57.884 -55.631)" fill="%23040504"/><path d="M-101.467,254.682l.012-.031a.18.18,0,0,0-.012.031" transform="translate(-53.788 -60.58)" fill="%23040504"/><path d="M-101.51,254.728a.8.8,0,0,0-.03.081c.012.008.016-.041.03-.081" transform="translate(-53.745 -60.626)" fill="%23040504"/><path d="M-93.58,248.3a.232.232,0,0,0,.012-.054l-.017.048Z" transform="translate(-58.475 -56.771)" fill="%23040504"/><path d="M-100.139,251.473l.016-.021a.122.122,0,0,0,0-.027Z" transform="translate(-54.578 -58.662)" fill="%23040504"/><path d="M-98.227,249.687c-.021.013-.009.046-.009.064a.088.088,0,0,1,.031-.05.036.036,0,0,0-.022-.014" transform="translate(-55.707 -57.629)" fill="%23040504"/><path d="M-94.225,248.6a.1.1,0,0,0,.019-.019c0,.007-.013.013-.019.019" transform="translate(-58.094 -56.973)" fill="%23040504"/><path d="M-101.119,253.2a.024.024,0,0,0-.015,0,.017.017,0,0,0,.015,0" transform="translate(-53.986 -59.72)" fill="%23040504"/><path d="M-97.963,246.606s0,0,0,.006.006-.009,0-.006" transform="translate(-55.872 -55.796)" fill="%23040504"/><path d="M-94.9,246.432l-.017,0a.088.088,0,0,0,0,.019Z" transform="translate(-57.683 -55.693)" fill="%23040504"/><path d="M-93.659,248.444l-.029.043a.307.307,0,0,0,.029-.043" transform="translate(-58.414 -56.89)" fill="%23040504"/><path d="M-103.076,251.158a.138.138,0,0,1,.048-.023c-.028,0,.031-.124-.048.023" transform="translate(-52.832 -58.461)" fill="%23040504"/><path d="M-93.616,248.351a.042.042,0,0,1,0,.036l.013-.034s-.007-.008-.013,0" transform="translate(-58.456 -56.833)" fill="%23040504"/><path d="M-102.957,251.205h0Z" transform="translate(-52.903 -58.531)" fill="%23040504"/><path d="M-103.306,247.3c-.095.108-.011.08-.011.12-.1.136-.077.038-.132.068-.056.093-.071.182-.12.244-.01,0-.02.012-.018-.009-.033.113-.182.279-.2.417a.038.038,0,0,1-.018.009.067.067,0,0,1,.064.013c-.03.055-.031.114-.066.122a.093.093,0,0,0,.009-.062c-.008.021-.012.043-.018.064-.064.034.026-.087,0-.1-.047.122-.081.27-.127.356-.05,0,.081-.216-.008-.111l.08-.132c-.109.078.044-.083-.065-.015a3.913,3.913,0,0,0-.161.4c0,.05.037,0,.042.048-.048.282-.174.181-.175.4a.24.24,0,0,1,0,.23l-.034-.06c-.045.191.044.122-.025.317-.011-.039.013-.153,0-.125-.059.124.006.1-.006.2l-.043.015a5.3,5.3,0,0,0-.008.665c-.012-.013-.024-.052-.038,0,.007.293.014.611.021.9l.049.1c0,.024-.01.048-.02.022,0,.109.023,0,.044.051s-.006.084-.024.047a4.239,4.239,0,0,1,.186.722l-.02-.035c.026.155.116.15.127.3l-.014-.025c.085.329.246.666.31.92.067.023.12.315.193.3a2.1,2.1,0,0,0,.131.395c.033.065.088.075.143.146l-.031.021.1.083,0,.078.054.066c-.016-.03-.024-.069-.012-.071a.683.683,0,0,1,.137.3l.209.234c-.016,0-.051-.036-.083-.064.129.112-.014.048.1.151-.005-.022.024,0,.032-.006a1.1,1.1,0,0,0,.225.3l-.036,0a6.58,6.58,0,0,0,.508.551c-.055-.077-.008-.092.047-.039l-.007.05c.051.019-.044-.069.047-.016.064.073.013.079-.035.048.029.026.063.048.094.073,0,.013-.028,0-.043,0,.052.015.121.169.2.186l0,.013a5.616,5.616,0,0,0,.456.377c.025-.024.084.035.149.053a5.053,5.053,0,0,0,.393.333c.117.062.048,0,.108.015-.009.031.15.13.056.1a3.337,3.337,0,0,0,.5.272c-.021-.026-.048-.048-.027-.048.047.021.1.068.082.078l-.014,0c.294.12.613.422.875.462l-.015,0,.257.067c.11.05-.076-.005,0,.046.281.06.423.153.654.2.151.137.623.162.854.254l-.01-.024c.066-.009.073.026.118.04,0-.018-.064-.032-.024-.036a1.022,1.022,0,0,0,.461,0,.725.725,0,0,0,.4-.306.732.732,0,0,0,.114-.509.56.56,0,0,0-.367-.439c-.136-.041-.164-.013-.2,0s-.079.025-.2-.022l.075-.027A6.658,6.658,0,0,1-98.2,256.8c.024,0,.029-.011.064,0a.513.513,0,0,0-.289-.083c-.055-.023-.005-.025-.035-.049-.07-.041-.2-.043-.23-.086,0-.007.025,0,.039,0-.054-.009-.223-.1-.191-.051a3.6,3.6,0,0,1-.348-.175c-.085,0-.209-.129-.255-.1.036-.043-.2-.165-.287-.19.034,0-.057-.058-.015-.058-.086-.057-.171-.1-.172-.067-.124-.156-.345-.179-.381-.311a5.081,5.081,0,0,1-.7-.522c.045-.033.227.208.257.157a2.84,2.84,0,0,1-.52-.435c-.041-.054.044.012.066.022-.2-.173-.333-.383-.5-.546,0,0,.024.014.041.031-.029-.036-.058-.091-.074-.072l.032.032c.015.082-.169-.1-.19-.1.1.021-.124-.2.024-.15-.022-.022-.054-.046-.064-.03-.023-.039-.021-.058.019-.03-.1-.13-.092-.066-.173-.193.011-.006.031.017.051.022a.614.614,0,0,1-.181-.216c.01,0,.011-.015.029.018a3.133,3.133,0,0,1-.329-.517c.079.04-.022-.08.015-.111l-.066-.111,0,.056a1.692,1.692,0,0,1-.14-.276l.05.07-.088-.192.029.118c-.065-.1-.05.034-.093-.112a1.065,1.065,0,0,1-.035-.171.451.451,0,0,1-.081-.181c.007-.025.054,0,.058-.015-.056-.04-.086-.25-.144-.306.015.02.039.015.041.006l-.041-.037c0-.053,0-.062.02-.058-.032-.154-.044.062-.064-.125.006.013.009.006.02.034a5.3,5.3,0,0,1-.1-.525c.038-.056.034.147.063.084a3.218,3.218,0,0,1-.1-.744l0,.045c-.064-.034.029-.179.008-.3,0,.03.034.041.027.032.017-.162.006-.334.031-.583l.011.033c.027-.093.062-.246.095-.345-.007-.034.013-.09-.02-.062.18-.272.177-.6.4-.8-.019.028-.032.075-.017.053.041-.069.077-.141.123-.207-.034,0-.035.013-.08.044a.344.344,0,0,1,.073-.147c-.053.1.036.026.077,0-.011,0-.009-.018-.018-.02.118-.066-.03-.054.111-.163l0,.017a.661.661,0,0,1,.121-.156c.044,0-.04.059-.024.081.069-.069.1-.182.191-.212-.026.034-.075.07-.1.107a.486.486,0,0,0,.159-.089l-.006,0a1.213,1.213,0,0,1,.141-.085l-.04.015c.051-.142.2-.153.317-.278-.118.124-.009.039,0,.077.041-.011.1-.025.092-.009.058-.058.122-.036.209-.109.009.009.078-.026.071.008.09-.042-.028-.012-.026-.029.136-.092.357-.051.569-.122a.938.938,0,0,0,.4-.154c.064-.018-.023.067-.027.063a.326.326,0,0,0,.219-.185c0,.023.016.011.046-.01.03-.081-.007-.066.035-.165a.181.181,0,0,1,.021.1.637.637,0,0,0,0-.3c.016-.03.041.058.047.1.006-.123-.069-.3-.118-.315l.018.07c-.017-.036.017-.031.036,0,.055.09.022.142.009.147a.285.285,0,0,0-.019-.068c-.046.075.037.274-.043.412-.007-.026-.015-.05-.023-.073a.448.448,0,0,1-.031.141c-.029.018-.06.013-.03-.043-.072.056-.04.076-.118.1-.009,0-.008,0,0-.009a.484.484,0,0,1-.069.055c.011-.017-.025-.024.022-.043-.138.037-.232.084-.3.056l.014,0c-.233.031-.022.035-.19.094l-.129-.073-.017.04c-.024,0-.071.007-.066-.008-.082.047.018.012-.027.048-.122-.01-.3.1-.343.058-.029.04.112-.017,0,.043-.058-.051-.127.065-.234.082.015-.043.115-.07,0-.051-.035.073-.189.09-.263.144.022.042-.156.121-.259.233a1.716,1.716,0,0,0-.334.265l0-.008c.013.049-.088.152-.142.243-.019-.019-.016-.041.01-.094l-.061.079a.339.339,0,0,1-.048.113l-.013-.04c-.075.111-.114.244-.213.384.024.022.139-.077.077.088-.018,0-.047-.009-.033-.054a.22.22,0,0,1-.03.079l.005-.077c-.044.064,0,.047-.025.1-.021-.011-.035.034-.049.018,0-.015.032-.045.034-.07a.651.651,0,0,1-.109.151c.015,0,.03.013.014.061-.047.124-.043.032-.084.1,0,.035-.036.111,0,.124-.012.037-.03.039-.044.05-.01.069-.072.312-.019.245l.006-.016v.011h0c-.016.222-.1.451-.1.674h-.012a1.919,1.919,0,0,0,.026.387c0,.039-.019.092-.034.076a.819.819,0,0,1,.019.257c-.03-.1-.017.036-.023-.1a.632.632,0,0,0,.032.3c-.037-.044-.026.1-.006.164l.008-.094a1.785,1.785,0,0,1,.028.192l-.045-.026c0,.278.178.457.156.674.047.06-.021-.146.028-.093.028.119.009.26.023.3.033.169.1.132.152.3.006-.026.034-.059.093.058.041.115,0,.162-.039.094-.013-.027-.014-.041-.009-.042-.019-.035-.043-.082-.041-.03l.019.01c.009.062.077.219.039.191.049.081.037.028.017-.039a3.582,3.582,0,0,0,.157.38c0-.027,0-.055.011-.032.092.221.071.082.152.221.026.09-.063,0,.034.129.036.094-.023.037-.053.008a1.413,1.413,0,0,1,.163.328c-.017-.02-.036-.04-.052-.061a1.208,1.208,0,0,1,.073.1v-.053c.021.041.042.075.031.08.042.03.021-.056.094.009.021.06.114.147.094.186-.094-.169-.02.04-.115-.094a.482.482,0,0,1,.063.1c0,.008-.01,0-.019-.011.073.175.084.046.195.2-.032-.007-.006.06.016.083-.046-.063.007-.051.062,0,.06.108.087.1.127.151-.014-.02-.027-.041-.039-.062.031.007.068.056.128.116-.009.016-.058-.052-.045-.024.09.048.106.189.21.275.03.056-.027.032,0,.078.122.09.089.138.213.236-.01-.053-.02-.054.075.006l-.19-.173.143.091c-.052-.056-.124-.106-.152-.144.071.041.06.04.052,0,.041.106.16.135.224.242l-.054.048a4.368,4.368,0,0,0,.429.37l-.051-.059c.043,0,.115.092.181.133-.021.014.011.052.026.085.007-.015.135.112.183.086l.066.089c.147.126.215.078.364.185-.061-.009,0,.052-.114,0,.051.034.1.069.105.056.022.032.16.068.2.118.027.006.048-.012.106.025,0,.008-.006.01-.006.01s.1.041.063-.013c.123.166.462.254.581.383l.388.156c-.01,0,0,.011-.025,0,.146.089.12-.021.289.069.078.07-.1-.016-.051.019,0,.082.22.073.327.157l-.031,0a3.015,3.015,0,0,0,.392.095s-.009,0,0,.011a2.457,2.457,0,0,1,.474.051c-.053.019-.072,0-.05.037.069.01-.009-.051.128-.033.041.024.135.057.143.092l-.129-.022c.058.055.167.029.234.049l-.012.017a.965.965,0,0,0,.193.01.2.2,0,0,1,.161.062l0-.023c.107.042.04.073.108.148a.267.267,0,0,1-.039.041.438.438,0,0,1-.011.353.705.705,0,0,0,0-.3,1.9,1.9,0,0,1-.026.244c.009-.025.006-.061.023-.082a.33.33,0,0,1-.137.3c-.02-.044-.089.006-.181.03a.3.3,0,0,1-.254-.042,4.041,4.041,0,0,1-.81-.186c.087.1-.088-.02-.089.056-.071-.013-.1-.021-.1-.029l-.194-.111c-.042-.037.07.006.069-.012-.147-.055-.053-.051-.144-.1.012.032-.064.019-.145-.018l.108.072c-.223-.03-.157-.12-.376-.165l.073,0a2.978,2.978,0,0,0-.509-.153c-.015-.017-.03-.046.017-.03a4.348,4.348,0,0,1-.734-.353l.027-.006c-.046-.021-.1-.012-.139-.063.007,0,.027,0,.008-.018a.64.64,0,0,1-.181-.091l.059.014c-.211-.159-.368-.179-.554-.3.034-.045-.128-.176-.2-.251l.008,0c-.233-.2-.43-.3-.649-.485-.092-.159-.406-.444-.562-.684.02.04-.036.021-.073-.014-.034-.058-.147-.12-.1-.142l.015.019c0-.068-.092-.166-.151-.255l-.062.024c-.1-.275-.442-.591-.452-.765-.046-.051-.086-.125-.132-.176l.032-.014-.228-.457.042.032c-.052-.118-.159-.107-.211-.217l.032-.053a6.263,6.263,0,0,0-.246-.638c.009,0,.024,0,.038.037-.032-.1-.089-.4-.144-.348.044-.015-.06-.227-.1-.344l.037.011a.507.507,0,0,1-.118-.233c0-.035.021-.035.021.012,0-.116-.047-.082-.055-.223l.031.047a.3.3,0,0,0-.06-.167c-.024-.072-.021-.225.01-.245a.2.2,0,0,1-.048-.146c.011-.011.02.014.025.027.005-.2-.055-.292-.026-.429a.03.03,0,0,0,.02-.023c0,.156.007.282,0,.27.031,0,.032-.127.079-.03a1.022,1.022,0,0,1-.064-.394.044.044,0,0,1,.011-.016l0,.013a.232.232,0,0,0,0-.077.924.924,0,0,0,.016-.1c.027-.013.023-.142.03-.2-.034,0-.019-.079-.056-.006,0-.01,0,.012,0,.054a.175.175,0,0,0,0,.027l0,0c0,.041,0,.095-.008.156a.266.266,0,0,1,0-.172.617.617,0,0,1-.047-.093c.059-.081.1-.242.137-.26a3.175,3.175,0,0,0,.048-.575c.009-.055.037-.055.053-.071a.463.463,0,0,0-.012.086c.018-.108.09-.309.062-.348.069-.121.01.087.073-.092l0,.029c.2-.307.148-.607.467-.9-.021.019-.032.029-.042.03a3.4,3.4,0,0,1,1.046-.966.513.513,0,0,0,.174-.149l.043.018c.033-.034.065-.071.1-.1.167-.114.341-.061.555-.189l-.038-.015c.086-.022.268-.092.261-.057a.064.064,0,0,1,.06-.026l.007.018a1.89,1.89,0,0,1,.209-.071c.17-.006-.015.076.226.055.088-.011.256-.068.222-.079s-.095-.008-.1-.027l.085-.014c.014-.057.084-.118-.135-.148-.05.015-.1.026-.149.043l-.051-.021a.961.961,0,0,1,.127-.013.205.205,0,0,0-.168.03.1.1,0,0,0-.067-.022c-.047.025-.094.046-.139.075-.022-.018.058-.057-.043-.048-.063.039.075.035-.034.075-.075-.011-.06-.035-.138,0-.015-.011,0-.024.032-.038a.8.8,0,0,0-.221.1c-.084-.013-.237.092-.249.039a1.073,1.073,0,0,1-.17.118c.089-.111-.238.1-.237.033-.058.094-.285.191-.4.314a.072.072,0,0,1,.029-.032,1.644,1.644,0,0,1-.166.08c.019.046-.092.14-.128.216-.116.041.015-.088-.04-.1.029.026-.125.161-.074.159-.085.036-.064.041-.124.044.031.054-.051.066-.075.143-.11.07-.064-.015-.144.1-.058.039.009-.07.009-.07m-1.032,3.07h0c0-.028,0-.052,0-.067,0,.014,0,.033,0,.067m0,.274c0-.034,0-.075,0-.119.012-.01.024,0,.023.028-.009-.015-.013.049-.021.091m.249-.562c0,.042-.005.055-.013.06,0-.019,0-.042,0-.073l0-.005a.044.044,0,0,1,.016.017" transform="translate(-52.052 -55.48)" fill="%23040504"/><path d="M-103.76,255.755v-.017l-.009.024.01.016Z" transform="translate(-52.419 -61.226)" fill="%23040504"/><path d="M-101.434,254.63l0,.005a.044.044,0,0,1,.008-.011l-.006.005" transform="translate(-53.807 -60.565)" fill="%23040504"/><path d="M-99.619,251.483a.037.037,0,0,0,.018-.01s-.009,0-.018.01" transform="translate(-54.887 -58.69)" fill="%23040504"/><path d="M-98.515,250.357c.026-.015.05-.032.076-.045a.627.627,0,0,0-.076.045" transform="translate(-55.544 -58)" fill="%23040504"/><path d="M-97.512,249.784a.039.039,0,0,0,0-.017h0Z" transform="translate(-56.14 -57.676)" fill="%23040504"/><path d="M-93.5,247.084a.233.233,0,0,0-.009-.027s0,0-.006,0a.27.27,0,0,1,.015.028" transform="translate(-58.513 -56.064)" fill="%23040504"/><path d="M-93.544,247.016l-.017-.027a.071.071,0,0,0,.017.027" transform="translate(-58.489 -56.024)" fill="%23040504"/><path d="M-93.651,246.853a.443.443,0,0,1,.036.055c-.01-.02-.019-.048-.036-.055" transform="translate(-58.436 -55.944)" fill="%23040504"/><path d="M-93.988,248.847v.015a.015.015,0,0,0,0-.015" transform="translate(-58.235 -57.129)" fill="%23040504"/><path d="M-94.513,248.973a.435.435,0,0,0,.212-.076v-.012a.241.241,0,0,1-.1.052.336.336,0,0,0-.116.036" transform="translate(-57.923 -57.152)" fill="%23040504"/><path d="M-96.62,248.937c.055-.014.111-.022.167-.034-.032-.006-.074-.013,0-.035-.22.016.049.016-.167.069" transform="translate(-56.67 -57.142)" fill="%23040504"/><path d="M-97.9,249.472c.077-.051-.01-.016-.01-.025-.045.04-.056.049.01.025" transform="translate(-55.881 -57.484)" fill="%23040504"/><path d="M-95.832,247.713a6.843,6.843,0,0,1,3.87,4.121,5.959,5.959,0,0,1-.585,5.809c-.4.509.317,1.231.717.716a6.936,6.936,0,0,0,.845-6.794,7.913,7.913,0,0,0-4.578-4.829c-.62-.207-.886.772-.27.977" transform="translate(-56.931 -55.857)" fill="%23040504"/><path d="M-95.488,249.313c.018-.005.018-.029-.026-.044l-.047.023Z" transform="translate(-57.3 -57.38)" fill="%23040504"/><path d="M-96.082,248.755c-.051-.02-.105-.067-.122-.015.059.03.062.047.132.06.032.03.053.058.036.068.019,0,.054.054.09.038a.523.523,0,0,0-.16-.137c0-.018.015-.012.023-.015" transform="translate(-56.918 -57.051)" fill="%23040504"/><path d="M-88.866,250.484l-.016-.021a.088.088,0,0,0,.016.021" transform="translate(-61.271 -58.09)" fill="%23040504"/><path d="M-85.118,255.463c-.01-.016-.018-.021-.021-.02.011.014.021.026.021.02" transform="translate(-63.497 -61.051)" fill="%23040504"/><path d="M-84.693,256.45l-.009-.024a.037.037,0,0,0,.009.024" transform="translate(-63.756 -61.635)" fill="%23040504"/><path d="M-88.843,250.516l.041.056c.013-.006-.018-.031-.041-.056" transform="translate(-61.294 -58.121)" fill="%23040504"/><path d="M-96.332,247.389a.146.146,0,0,0,0,.044l.009-.039Z" transform="translate(-56.839 -56.262)" fill="%23040504"/><path d="M-91.082,248.823l-.017-.011-.024,0Z" transform="translate(-59.939 -57.108)" fill="%23040504"/><path d="M-92.842,247.745c.017.009.038-.018.051-.028a.072.072,0,0,1-.049,0,.042.042,0,0,0,0,.025" transform="translate(-58.916 -56.457)" fill="%23040504"/><path d="M-95.8,247.127l-.011.021.011-.021" transform="translate(-57.154 -56.106)" fill="%23040504"/><path d="M-89.838,249.767a.026.026,0,0,0,0,.014.016.016,0,0,0,0-.014" transform="translate(-60.701 -57.676)" fill="%23040504"/><path d="M-93.278,250.551s0,0,0-.005-.009,0,0,.005" transform="translate(-58.656 -58.139)" fill="%23040504"/><path d="M-95.311,249.147l.013,0a.087.087,0,0,0,.009-.017Z" transform="translate(-57.449 -57.299)" fill="%23040504"/><path d="M-96.292,247.276a.151.151,0,0,1,.017-.038.105.105,0,0,0-.017.038" transform="translate(-56.865 -56.172)" fill="%23040504"/><path d="M-89.257,254.012a.114.114,0,0,1,0-.045c-.011.024-.087-.052,0,.045" transform="translate(-61.025 -60.17)" fill="%23040504"/><path d="M-96.3,247.362a.031.031,0,0,1,0-.03l-.008.028s.008.006.013,0" transform="translate(-56.853 -56.228)" fill="%23040504"/><path d="M-89.192,253.975h0Z" transform="translate(-61.087 -60.178)" fill="%23040504"/><path d="M-94.053,249.032c.078.076.068,0,.1,0,.1.086.019.067.033.115.064.051.137.069.178.115,0,.008,0,.019-.013.015.088.038.168.194.27.242a.029.029,0,0,1,0,.017.079.079,0,0,1,.038-.051c.033.037.082.054.07.087-.018-.025-.028-.02-.045-.025l.042.033c0,.064-.054-.048-.08-.027a1.238,1.238,0,0,1,.211.214c-.024.037-.122-.137-.088-.032l-.06-.105c0,.113-.041-.06-.044.049.084.133.125.125.206.26.039.016.021-.03.06-.014.161.163.017.2.151.309.045.021.1.007.137.122l-.061-.009c.076.132.107.037.159.193-.03-.016-.074-.1-.067-.073.021.108.059.05.1.12l-.028.035c.088.137.2.282.285.441-.015,0-.041-.026-.033.018a2.626,2.626,0,0,1,.257.654l.064.065c.006.018,0,.039-.017.022.016.085.023,0,.049.03s0,.067-.018.042a1.393,1.393,0,0,1,.206.55l-.019-.027c.021.121.105.116.1.236l-.011-.02a2.676,2.676,0,0,1,.107.762c.057.032.011.265.08.276a1.725,1.725,0,0,0-.05.328c0,.057.046.083.054.155l-.037,0,.041.1-.044.051.008.066c0-.026.019-.056.029-.051a.4.4,0,0,1-.056.254,2.387,2.387,0,0,1,.013.247c-.015-.007-.015-.048-.021-.081.024.133-.042.02-.02.142.01-.015.021.011.028.015a1.171,1.171,0,0,0-.053.291l-.022-.023c-.033.178-.058.377-.11.573.029-.067.069-.04.058.019l-.044.013c.014.044.03-.057.039.028-.028.072-.059.036-.058-.009l-.015.092c-.013,0-.013-.021-.025-.03.012.043-.087.138-.063.2h-.013c-.067.19-.094.278-.154.431.03.017-.006.072,0,.128l-.223.339c-.038.1.009.041,0,.091-.03-.01-.1.117-.083.04-.092.152-.122.183-.232.388.027-.019.045-.033.046-.016-.019.035-.069.082-.078.067l0-.013a.928.928,0,0,0-.106.493.5.5,0,0,0,.229.4l-.013-.007a.616.616,0,0,0,.242.108c.116.047-.079,0,0,.047a.568.568,0,0,0,.619-.264c.163-.065.305-.432.453-.577h-.025c.009-.055.044-.047.068-.077-.017,0-.046.038-.039,0a12.549,12.549,0,0,0,.611-1.22c.062-.155-.077-.123.031-.307l.023.068a7.309,7.309,0,0,0,.175-.993c.006.021.018.023.014.054.039-.064.038-.253.014-.256.007-.05.022-.009.037-.039.023-.068-.023-.177.009-.211.005-.006.008.02.009.033-.011-.046.02-.209-.017-.168.026-.121-.009-.234.015-.331-.037-.064.023-.21-.034-.229.056.008.035-.215.006-.291.018.025.014-.069.039-.039,0-.089-.025-.168-.05-.15.047-.168-.085-.318-.015-.419-.069-.255-.131-.489-.2-.713.056,0,.063.251.117.23a5.412,5.412,0,0,1-.192-.542c-.009-.057.032.025.046.041a4.591,4.591,0,0,0-.214-.591c.005,0,.017.017.028.035-.015-.036-.023-.088-.045-.076l.019.034c-.013.071-.122-.119-.142-.118.092.035-.057-.186.067-.122-.014-.022-.037-.047-.05-.036-.01-.036-.006-.052.027-.023-.065-.124-.071-.068-.118-.184.011,0,.025.017.043.024a.538.538,0,0,1-.128-.2c.01,0,.013-.013.026.017a5.066,5.066,0,0,1-.256-.444c.074.029-.015-.069.02-.1l-.061-.09v.049c-.041-.085-.112-.141-.139-.219l.051.052-.094-.15.034.1c-.067-.071-.045.037-.1-.077.016.019-.046-.082-.047-.138h0a.333.333,0,0,1-.1-.129c0-.023.05-.014.052-.029-.056-.019-.127-.181-.191-.208.018.011.039,0,.039-.009l-.047-.015c-.017-.041-.016-.049,0-.054-.071-.111-.024.066-.092-.075.009.009.01,0,.028.019-.079-.136-.186-.238-.264-.359.011-.061.086.093.087.031-.133-.161-.305-.307-.43-.463l.02.032c-.067.022-.071-.136-.164-.19.021.015.049,0,.039,0a2.491,2.491,0,0,0-.367-.326l.03.006c-.049-.066-.15-.152-.208-.218-.03-.006-.065-.042-.059,0-.144-.249-.424-.292-.571-.492.023.017.064.029.045.015l-.174-.107c0,.032.013.028.035.072a.346.346,0,0,1-.127-.05c.087.034.025-.038,0-.072,0,.011-.016.011-.017.021-.062-.1-.046.038-.15-.069l.014-.009a.869.869,0,0,1-.149-.067c0-.041.058.016.074,0-.071-.043-.172-.026-.221-.091.035.009.079.033.114.042a.3.3,0,0,0-.116-.1l0,0-.115-.082.026.026c-.128.023-.2-.081-.345-.089.144.009.033-.019.058-.047-.028-.024-.073-.058-.055-.06-.073,0-.09-.071-.194-.064,0-.012-.066-.026-.041-.048-.084-.021.011.026,0,.038-.146,0-.255-.178-.5-.144-.186.033-.21.093-.308.2-.049.024,0-.061,0-.059a.293.293,0,0,0-.145.185c0-.019-.019-.009-.04.011-.018.068.018.055-.014.136a.159.159,0,0,1-.031-.078.672.672,0,0,0,.017.249c-.02.024-.035-.048-.045-.08-.005.1.055.25.1.262l-.008-.06c.012.03-.021.026-.035,0-.049-.073-.009-.118,0-.121l.015.056c.052-.062-.027-.223.026-.339l.032.06a.5.5,0,0,1,.005-.12c.024-.016.055-.014.036.034.057-.052.017-.069.081-.1.008,0,.008,0,0,.008a.233.233,0,0,1,.041-.06c0,.017.032.021-.006.041.1-.059.159-.125.212-.1l-.009.006c.17-.016.011-.049.157-.072a.684.684,0,0,1,.066.112l.029-.029c.017.008.053.024.041.036.076,0-.006-.02.041-.028.075.064.247.076.245.138.042-.015-.075-.052.026-.035,0,.068.109.038.176.1-.038.019-.1-.03-.038.032.069-.029.145.08.214.1.024-.041.145.057.258.1-.014.009.187.129.27.206l-.006,0c.042-.026.135.043.21.081-.018.021-.036.021-.081.007l.066.042a.149.149,0,0,1,.092.032l-.035.016a1.57,1.57,0,0,1,.288.191c.026-.019-.034-.133.095-.063-.006.017-.019.042-.054.025a.125.125,0,0,1,.058.038l-.062-.014c.041.048.04,0,.076.035-.016.018.017.037,0,.047-.011-.006-.027-.035-.047-.04a.342.342,0,0,1,.088.121c.005-.013.021-.025.054,0,.081.066.009.045.048.094.03,0,.07.059.1.034.023.02.015.037.017.052.05.025.188.17.169.1l-.009-.011.007,0h0c.159.094.249.276.382.393l-.009.008c.085.066.161.172.231.211.02.024.031.071.012.069a.417.417,0,0,1,.133.158c-.066-.051,0,.033-.063-.056.057.089.055.12.15.189-.048-.012.017.086.055.12l-.027-.071a.945.945,0,0,1,.093.123l-.049,0c.08.2.294.266.31.451.054.032-.045-.109.009-.085a1.433,1.433,0,0,1,.07.231c.052.125.119.075.175.206,0-.023.028-.057.092.028.045.089.007.135-.034.087-.013-.02-.014-.032-.009-.034-.02-.025-.046-.058-.041-.017l.019,0c.011.05.079.167.043.151.049.058.036.016.016-.035.045.119.093.174.14.3,0-.022,0-.047.013-.028.071.178.062.062.127.175.012.076-.058,0,.013.109.019.079-.028.032-.051.008a.752.752,0,0,1,.1.271l-.037-.051a.49.49,0,0,1,.047.087l.011-.044c.011.035.024.063.012.067.032.028.033-.046.085.013,0,.051.071.132.042.163-.046-.147-.029.03-.084-.088a.3.3,0,0,1,.034.086c0,.006-.009,0-.015-.01.024.148.066.046.122.187-.027-.01-.025.047-.013.069-.02-.058.024-.041.058.007.017.1.047.1.062.144l-.012-.058c.027.011.041.058.07.12-.014.011-.032-.054-.031-.029.06.06.023.173.074.266,0,.051-.037.017-.035.06.06.105.007.13.063.242.018-.042.01-.046.061.03l-.076-.19.077.114c-.017-.059-.054-.12-.059-.157.04.053.032.049.046.014-.019.093.073.154.068.257l-.071.015c0,.149.1.244.115.434v-.062c.034.019.024.115.045.174-.024,0-.027.038-.037.066.017-.006.021.137.071.147-.006.03-.011.059-.019.088,0,.153.086.166.094.314-.031-.042-.041.026-.07-.07,0,.049.005.093.022.092-.01.03.045.133.022.18.012.02.037.026.037.081,0,.007-.012,0-.012,0s.02.086.044.036c-.062.154.013.427-.055.558a2.548,2.548,0,0,1,0,.335c-.007-.007-.012,0-.008-.019-.033.132.063.089.024.24-.048.073-.011-.084-.032-.036-.079.012-.015.184-.075.28V255.2c-.038.073.005.2-.03.319,0,0-.006-.007-.012,0a1.183,1.183,0,0,1-.02.384c-.019-.045,0-.058-.037-.043-.011.055.054,0,.032.106-.026.031-.062.1-.1.105l.026-.1c-.056.04-.035.13-.058.181l-.016-.012a1.731,1.731,0,0,1-.058.332l.019-.012c.013.105-.051.065-.05.167l-.054.009a2.8,2.8,0,0,1-.08.324,1.5,1.5,0,0,1,.041-.281.709.709,0,0,0-.071.231.184.184,0,0,1,.024-.077.594.594,0,0,1-.073.295c-.074-.061-.169.274-.275.316a2.989,2.989,0,0,1-.378.561c.111-.03-.041.06.028.092-.031.051-.045.069-.052.07a.49.49,0,0,1-.136.086c-.038,0,.022-.038.006-.051-.071.055-.05,0-.1.012.021.018-.008.046-.05.042a.172.172,0,0,0,.068.017c-.111.068-.093-.032-.207-.03l.043-.009c-.064,0-.19-.125-.266-.172,0-.017.015-.04.032-.013a.385.385,0,0,1,.052-.483l0,.026c.021-.039.017-.082.062-.115,0,.007,0,.025.017.009a.467.467,0,0,1,.083-.152l-.012.051a1.68,1.68,0,0,0,.226-.488c.047.026.142-.125.19-.2l.005.006a2.568,2.568,0,0,0,.191-.667,2.7,2.7,0,0,0,.236-.717c-.016.035-.04-.013-.038-.056.021-.054-.01-.16.037-.144l0,.02c.055-.035.053-.154.065-.245l-.062-.021c.122-.23,0-.621.079-.75-.017-.057-.017-.129-.036-.184l.034,0a2.8,2.8,0,0,0-.031-.435l.03.037c-.013-.111-.117-.128-.132-.227l.047-.038a1.826,1.826,0,0,0-.109-.569c.008,0,.024,0,.033.034-.02-.088-.05-.352-.11-.3.046-.015-.052-.193-.1-.286l.037.006a.482.482,0,0,1-.129-.182c-.006-.028.017-.032.022.007-.016-.1-.056-.06-.078-.176l.035.034a.2.2,0,0,0-.081-.125c-.035-.053-.063-.176-.04-.2a.148.148,0,0,1-.08-.1c.008-.012.022.005.03.014-.043-.162-.137-.208-.154-.326a.026.026,0,0,0,.01-.026c.055.12.1.217.091.209.029-.013-.011-.112.064-.053a1.083,1.083,0,0,1-.2-.279.051.051,0,0,1,0-.017l.008.008a.174.174,0,0,0-.034-.056.594.594,0,0,0-.031-.081c.017-.023-.043-.117-.069-.163-.028.02-.057-.043-.05.027,0-.009.009.006.027.037a.125.125,0,0,0,.013.018l0,0,.062.116a.193.193,0,0,1-.077-.122l-.084-.038c.006-.086-.041-.22-.025-.252-.1-.131-.212-.32-.32-.37-.033-.033-.015-.054-.016-.073.021.018.038.045.054.051-.066-.066-.161-.221-.21-.213-.05-.107.073.028-.028-.1l.024.009c-.134-.3-.4-.333-.563-.648.012.021.019.032.016.041a8.824,8.824,0,0,0-.874-.832.287.287,0,0,0-.176-.084v-.043l-.121-.029c-.151-.065-.193-.23-.407-.28l.012.035c-.062-.044-.217-.094-.193-.114a.049.049,0,0,1-.054-.011l.006-.018-.18-.048c-.127-.065.051-.063-.144-.141-.077-.021-.227-.026-.2,0s.071.04.066.059l-.069-.015c-.031.049-.1.086.046.182l.121.009.025.039-.092-.033a.141.141,0,0,0,.126.034.073.073,0,0,0,.034.045h.125c0,.026-.064.019,0,.062.059,0-.026-.067.061-.044.04.047.016.059.085.066,0,.017-.015.019-.041.015.061.007.142.06.181.049.036.056.176.089.144.133a.351.351,0,0,1,.156.043c-.116,0,.166.113.106.156.1-.012.226.13.349.181a.05.05,0,0,1-.033-.011.426.426,0,0,1,.089.112c.037-.031.13.034.2.051.038.092-.078.007-.085.059.021-.032.142.071.141.027.033.065.034.05.033.1.049-.035.052.036.118.049.051.089-.021.058.07.119.024.048-.06,0-.06,0m1.567,2.028h0l-.026-.047.027.047m.094.2-.039-.087c.007-.012.022-.01.03.011-.012-.007,0,.042.008.076m.005-.524c.021.029.02.043.016.05l-.032-.053-.006,0a.037.037,0,0,1,.021,0" transform="translate(-56.796 -55.741)" fill="%23040504"/><path d="M-86.672,256.816l-.009-.012c0,.009,0,.016,0,.022l.015.006Z" transform="translate(-62.58 -61.86)" fill="%23040504"/><path d="M-88.89,250.444l0,0a.022.022,0,0,1,0-.01s0,0,0,.006" transform="translate(-61.266 -58.075)" fill="%23040504"/><path d="M-91.064,248.342a.029.029,0,0,0-.009-.016.043.043,0,0,0,.009.016" transform="translate(-59.968 -56.819)" fill="%23040504"/><path d="M-92.249,247.609l-.06-.047a.718.718,0,0,0,.06.047" transform="translate(-59.234 -56.365)" fill="%23040504"/><path d="M-93.062,247.186a.035.035,0,0,0-.013.01h0Z" transform="translate(-58.778 -56.142)" fill="%23040504"/><path d="M-85.087,254.839a.522.522,0,0,1,.044.045c-.015-.031-.027-.054-.044-.045" transform="translate(-63.528 -60.691)" fill="%23040504"/><path d="M-84.934,255.032a.233.233,0,0,0-.043-.078.341.341,0,0,0,.043.078" transform="translate(-63.593 -60.76)" fill="%23040504"/><path d="M-96.384,248.418l.006.023a.006.006,0,0,1,.006,0Z" transform="translate(-56.811 -56.874)" fill="%23040504"/><path d="M-96.354,248.476l.012.023c0-.011-.007-.02-.012-.023" transform="translate(-56.828 -56.909)" fill="%23040504"/><path d="M-96.3,248.58a.245.245,0,0,1-.028-.047c.006.018.012.041.028.047" transform="translate(-56.846 -56.942)" fill="%23040504"/><path d="M-96.056,246.946l0-.013a.015.015,0,0,0,0,.013" transform="translate(-57.002 -55.991)" fill="%23040504"/><path d="M-95.917,246.646a.333.333,0,0,0-.152.105l0,.011c0-.041.122-.081.149-.116" transform="translate(-56.998 -55.82)" fill="%23040504"/><path d="M-94.243,247.08l-.122-.057c.017.021.04.048-.018.03.144.1-.023-.04.14.027" transform="translate(-58 -56.045)" fill="%23040504"/><path d="M-93.161,247.6c-.068-.025-.007.018-.014.023.047.008.058.01.014-.023" transform="translate(-58.708 -56.384)" fill="%23040504"/><path d="M-87.39,252.193l-.029.015c.04.039.01-.007.029-.015" transform="translate(-62.141 -59.119)" fill="%23040504"/><path d="M-86.234,252.994l-.016-.056-.039,0Z" transform="translate(-62.813 -59.559)" fill="%23040504"/><path d="M-86.145,254.063l-.017-.017.061.07Z" transform="translate(-62.888 -60.22)" fill="%23040504"/></g></g></svg>'); }
#BlogView .blog-related-posts h2::after { content: ''; position: absolute; top: -10px; left: 50%; transform: translateX(-50%); width: 100%; height: 20px; background-image: url(/warehouse/dynamic/395588.svg); background-size: 110%; background-repeat: repeat-x; background-position: center; }
.blog-related-posts.row::before, .blog-related-posts.row::after { content: none; }
.blog-related-post { background: transparent; }
.blog-related-posts .posts_wrapper { max-width: 1245px; margin: 0 auto; float: none; }
.blog-related-posts .posts_wrapper .blog-post { width: 100%; }
.blog-related-posts .posts_wrapper .blog-post img { max-height: 360px; object-fit: cover; }
.blog-related-post-title { padding: 20px 0; text-align: right; font-size: 1.6rem; position: relative; }
.blog-related-post-title::after { left: 0; }
.blog-related-post-title::before { bottom: 25px; }
.blog-related-post-title a { display: inline-flex; max-width: 80%; line-height: 1.4; }

#BlogView .gallery-container .gallery-cubes { display: flex; flex-wrap: wrap; max-width: 1364px; margin: 0 auto 100px; }
#BlogView .gallery-container .gallery-cubes > div { width: 33.33%; padding: 7px; }

@media(max-width: 1024px) {
    .blog-posts { padding-bottom: 50px; }
    .blog-post { margin-bottom: 30px; padding: 0 30px; }
    .blog-post:nth-child(odd) .blog-post-image img, .blog-post:nth-child(even) .blog-post-image img, .blog-post .blog-post-placeholder { min-height: 235px; height: 235px; object-fit: cover; }
    .blog-post-title { margin-bottom: 20px; }
    .blog-post-icons { gap: 40px; max-width: unset; }
    .blog-post-icons .blog-post-writer { margin-bottom: 10px; }
    .blog-post-icons .blog-post-date { width: auto; }
    .blog-post-icons .blog-post-text { display: none; }
    .blog-post-date::after { opacity: 0; }
    .blog-post-icons .blog-post-date, .blog-post-icons .blog-post-text, .blog-post-icons .blog-post-Time-title { font-size: 1.6rem; }
    .blog-post-content::before, .blog-related-post-title::before { left: 0; }
    .blog-view { margin: 20px auto 30px; }
    .blog-view #headline h1 { font-size: 2rem; }
    #BlogView h2 { margin-bottom: 20px; }
    #BlogView h3 { font-size: 1.6rem; }
    #BlogView #text1 img, #BlogView #text2 img { width: 100%; }
    .blog-related-posts { display: flex; flex-direction: column; align-items: center; padding: 0; }
    #BlogView .blog-related-posts h2 { font-size: 3rem; max-width: unset; margin: 0 0 30px; padding: 30px 40px 0; }
    #BlogView .blog-related-posts h2::before { width: 42px !important; height: 37px !important; background-repeat: no-repeat; background-position: center; background-size: 100%; margin-bottom: 0 !important; }
    #BlogView .blog-related-posts h2::after { background-image: url(/warehouse/dynamic/400704.svg); transform: translateX(-50%) scaleX(-1); background-size: cover; }
    .blog-related-posts .posts_wrapper { display: flex; flex-direction: column; }
    .blog-related-posts .posts_wrapper .blog-post img { max-height: 235px; }
    .blog-related-post-title::before { display: none; }
    .blog-related-post-title a { max-width: 100%; }

    #BlogView .gallery-container .gallery-cubes { padding: 0 8px; }
    #BlogView .gallery-container .gallery-cubes > div { width: 50%; padding: 2px; }
}
